Sphinx QLProvider Factory 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
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public class SphinxQLProviderFactory : DbProviderFactoryVB
Public Class SphinxQLProviderFactory
Inherits DbProviderFactory- Inheritance
- Object DbProviderFactory SphinxQLProviderFactory
Constructors
| SphinxQLProviderFactory | Initializes a new instance of the SphinxQLProviderFactory class |
Properties
| CanCreateBatch | Gets a value that indicates whether this DbProviderFactory instance supports the DbBatch class. (Inherited from DbProviderFactory) |
| CanCreateCommandBuilder | Gets a value that indicates whether this DbProviderFactory instance supports the DbCommandBuilder class. (Inherited from DbProviderFactory) |
| CanCreateDataAdapter | Gets 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
| CreateBatch | Returns a new instance of the provider's class that implements the DbBatch class. (Inherited from DbProviderFactory) |
| CreateBatchCommand | Returns 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) |
| CreateDataSource | Returns 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) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |