Click or drag to resize

SphinxQLProviderFactoryCanCreateDataSourceEnumerator Property

Specifies whether the specific DbProviderFactory supports the DbDataSourceEnumerator class.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override bool CanCreateDataSourceEnumerator { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the instance of the DbProviderFactory supports the DbDataSourceEnumerator class; otherwise false.
See Also