SphinxQLProviderFactoryCanCreateDataSourceEnumerator Property

Specifies whether the specific DbProviderFactory supports the DbDataSourceEnumerator class.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool CanCreateDataSourceEnumerator { get; }

Property Value

Boolean

Return Value

Boolean
true if the instance of the DbProviderFactory supports the DbDataSourceEnumerator class; otherwise false.

See Also