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: 5.3.0
Syntax
public class SphinxQLProviderFactory : DbProviderFactory

The SphinxQLProviderFactory type exposes the following members.

Constructors
  NameDescription
Public methodSphinxQLProviderFactory
Initializes a new instance of the SphinxQLProviderFactory class
Top
Properties
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 methodCreatePermission
Returns a new instance of the provider's class that implements the provider's version of the CodeAccessPermission class.
(Inherited from DbProviderFactory.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also