The following tables list the members exposed by IDataProviderFactory.
| Name | Description | |
|---|---|---|
![]() | CommandTimeout | Gets CommandTimeout for command. Generally, it can be set as 30. But some providers (like SQLCE) can require different connection timeouts. |
| Name | Description | |
|---|---|---|
![]() | CreateCommand | Returns a new instance of the provider's class that implements System.Data.IDbCommand. |
![]() | CreateConnection | Returns a new instance of the provider's class that implements System.Data.IDbConnection. |

