Gets or sets database-specific query options. The type of query options must correspond to the database provider against which you execute the query.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public ProviderOptions ProviderOptions { get; set; }
Visual Basic (Declaration)
Public Property ProviderOptions As ProviderOptions

See Also