Skip to main content
A newer version of this page is available. .

ProviderLookupItem.Strategy Property

For internal use.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public IConnectionParametersStrategy Strategy { get; }

Property Value

Type Description
IConnectionParametersStrategy

An object implementing the IConnectionParametersStrategy interface.

See Also