 | SphinxQLProviderFactoryCanCreateDataSourceEnumerator Property |
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override bool CanCreateDataSourceEnumerator { get; }
Public Overrides ReadOnly Property CanCreateDataSourceEnumerator As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the instance of the
DbProviderFactory supports the
DbDataSourceEnumerator class; otherwise false.
See Also