SqlCeProviderFactory Class
Visual Studio 2010
Represents a set of methods for creating instances of a provider's implementation of the data source classes.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
The SqlCeProviderFactory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SqlCeProviderFactory | Initializes a new instance of the SqlCeProviderFactory class. |
| Name | Description | |
|---|---|---|
![]() | CreateCommand | Returns a new instance of the provider's class that implements the System.Data.Common::DbCommand. (Overrides DbProviderFactory::CreateCommand().) |
![]() | CreateCommandBuilder | Returns a new instance of the provider's class that implements the [System.Data.Common.DbCommandBuilder]. (Overrides DbProviderFactory::CreateCommandBuilder().) |
![]() | CreateConnection | Returns a new instance of the provider's class that implements the [System.Data.Common.DbConnection]. (Overrides DbProviderFactory::CreateConnection().) |
![]() | CreateConnectionStringBuilder | Returns a new instance of the provider's class that implements the class. (Overrides DbProviderFactory::CreateConnectionStringBuilder().) |
![]() | CreateDataAdapter | Returns a new instance of the provider's class that implements the [System.Data.Common.DbDataAdapter]. (Overrides DbProviderFactory::CreateDataAdapter().) |
![]() | CreateDataSourceEnumerator | (inherited from DbProviderFactory) |
![]() | CreateParameter | Returns a new instance of the provider's class that implements the [System.Data.Common.DbParameter]. (Overrides DbProviderFactory::CreateParameter().) |
![]() | CreatePermission | (inherited from DbProviderFactory) |
![]() | Equals | (inherited from Object) |
![]() | Finalize | (inherited from Object) |
![]() | GetHashCode | (inherited from Object) |
![]() | GetType | (inherited from Object) |
![]() | MemberwiseClone | (inherited from Object) |
![]() | ToString | (inherited from Object) |
Show:
