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: 6.0.0
Syntax
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