Sphinx QLProvider FactoryCan Create Data Source Enumerator Property
Specifies whether the specific DbProviderFactory supports the DbDataSourceEnumerator class.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if the instance of the DbProviderFactory supports the DbDataSourceEnumerator class; otherwise false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool CanCreateDataSourceEnumerator { get; }VB
Public Overrides ReadOnly Property CanCreateDataSourceEnumerator As Boolean
GetProperty Value
BooleanReturn Value
Booleantrue if the instance of the DbProviderFactory supports the DbDataSourceEnumerator class; otherwise false.