SphinxQLProviderFactory Class

Represents a set of methods for creating instances of the provider's implementation of the data source classes.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public class SphinxQLProviderFactory : DbProviderFactory
Inheritance
Object    DbProviderFactory    SphinxQLProviderFactory

Constructors

SphinxQLProviderFactoryInitializes a new instance of the SphinxQLProviderFactory class

Properties

CanCreateBatchGets a value that indicates whether this DbProviderFactory instance supports the DbBatch class.
(Inherited from DbProviderFactory)
CanCreateCommandBuilderGets a value that indicates whether this DbProviderFactory instance supports the DbCommandBuilder class.
(Inherited from DbProviderFactory)
CanCreateDataAdapterGets a value that indicates whether this DbProviderFactory instance supports the DbDataAdapter class.
(Inherited from DbProviderFactory)
CanCreateDataSourceEnumerator Specifies whether the specific DbProviderFactory supports the DbDataSourceEnumerator class.
(Overrides DbProviderFactoryCanCreateDataSourceEnumerator)

Methods

CreateBatchReturns a new instance of the provider's class that implements the DbBatch class.
(Inherited from DbProviderFactory)
CreateBatchCommandReturns a new instance of the provider's class that implements the DbBatchCommand class.
(Inherited from DbProviderFactory)
CreateCommand Returns a new instance of the provider's class that implements the DbCommand class.
(Overrides DbProviderFactoryCreateCommand)
CreateCommandBuilder Returns a new instance of the provider's class that implements the DbCommandBuilder class.
(Overrides DbProviderFactoryCreateCommandBuilder)
CreateConnection Returns a new instance of the provider's class that implements the DbConnection class.
(Overrides DbProviderFactoryCreateConnection)
CreateConnectionStringBuilder Returns a new instance of the provider's class that implements the DbConnectionStringBuilder class.
(Overrides DbProviderFactoryCreateConnectionStringBuilder)
CreateDataAdapter Returns a new instance of the provider's class that implements the DbDataAdapter class.
(Overrides DbProviderFactoryCreateDataAdapter)
CreateDataSourceReturns a new instance of the provider's class that implements the DbDataSource class, representing the database for the given connection string and ready to hand out connections to it.
(Inherited from DbProviderFactory)
CreateDataSourceEnumerator Returns a new instance of the provider's class that implements the DbDataSourceEnumerator class.
(Overrides DbProviderFactoryCreateDataSourceEnumerator)
CreateParameter Returns a new instance of the provider's class that implements the DbParameter class.
(Overrides DbProviderFactoryCreateParameter)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also