[]
A singleton for holding a set of methods for the creation of instances of classes relevant to the data provider.
public class C1ODataProviderFactory : DbProviderFactory
| Name | Description |
|---|---|
| Instance | The singleton instance. |
| Name | Description |
|---|---|
| CreateCommand() | Creates a new DbCommand. |
| CreateCommandBuilder() | Creates a new DbCommandBuilder. |
| CreateConnection() | Creates a new DbConnection. |
| CreateConnectionStringBuilder() | Creates a new DbConnectionStringBuilder. |
| CreateDataAdapter() | Create a new DbDataAdapter. |
| CreateParameter() | Creates a new DbParameter. |