Click or drag to resize

SphinxQLProviderFactory Class

Represents a set of methods for creating instances of the provider's implementation of the data source classes.
Inheritance Hierarchy
SystemObject
  System.Data.CommonDbProviderFactory
    SphinxConnector.SphinxQLSphinxQLProviderFactory

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public class SphinxQLProviderFactory : DbProviderFactory

The SphinxQLProviderFactory type exposes the following members.

Constructors
 NameDescription
Public methodSphinxQLProviderFactoryInitializes a new instance of the SphinxQLProviderFactory class
Top
Properties
 NameDescription
Public propertyCanCreateDataSourceEnumerator Specifies whether the specific DbProviderFactory supports the DbDataSourceEnumerator class.
(Overrides DbProviderFactoryCanCreateDataSourceEnumerator)
Top
Methods
 NameDescription
Public methodCreateCommand Returns a new instance of the provider's class that implements the DbCommand class.
(Overrides DbProviderFactoryCreateCommand)
Public methodCreateCommandBuilder Returns a new instance of the provider's class that implements the DbCommandBuilder class.
(Overrides DbProviderFactoryCreateCommandBuilder)
Public methodCreateConnection Returns a new instance of the provider's class that implements the DbConnection class.
(Overrides DbProviderFactoryCreateConnection)
Public methodCreateConnectionStringBuilder Returns a new instance of the provider's class that implements the DbConnectionStringBuilder class.
(Overrides DbProviderFactoryCreateConnectionStringBuilder)
Public methodCreateDataAdapter Returns a new instance of the provider's class that implements the DbDataAdapter class.
(Overrides DbProviderFactoryCreateDataAdapter)
Public methodCreateDataSourceEnumerator Returns a new instance of the provider's class that implements the DbDataSourceEnumerator class.
(Overrides DbProviderFactoryCreateDataSourceEnumerator)
Public methodCreateParameter Returns a new instance of the provider's class that implements the DbParameter class.
(Overrides DbProviderFactoryCreateParameter)
Public methodCreatePermissionReturns a new instance of the provider's class that implements the provider's version of the CodeAccessPermission class.
(Inherited from DbProviderFactory)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also