SqlCeProviderFactory Methods

Include Protected Members
Include Inherited Members

The SqlCeProviderFactory type exposes the following members.

Methods

  Name Description
Public method CreateCommand Returns a new instance of the provider's class that implements the System.Data.Common.DbCommand. (Overrides DbProviderFactory.CreateCommand().)
Public method CreateCommandBuilder Returns a new instance of the provider's class that implements the [System.Data.Common.DbCommandBuilder]. (Overrides DbProviderFactory.CreateCommandBuilder().)
Public method CreateConnection Returns a new instance of the provider's class that implements the [System.Data.Common.DbConnection]. (Overrides DbProviderFactory.CreateConnection().)
Public method CreateConnectionStringBuilder Returns a new instance of the provider's class that implements the class. (Overrides DbProviderFactory.CreateConnectionStringBuilder().)
Public method CreateDataAdapter Returns a new instance of the provider's class that implements the [System.Data.Common.DbDataAdapter]. (Overrides DbProviderFactory.CreateDataAdapter().)
Public method CreateDataSourceEnumerator (inherited from DbProviderFactory)
Public method CreateParameter Returns a new instance of the provider's class that implements the [System.Data.Common.DbParameter]. (Overrides DbProviderFactory.CreateParameter().)
Public method CreatePermission (inherited from DbProviderFactory)
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IServiceProvider.GetService Gets the service type.

Top

See Also

Reference

SqlCeProviderFactory Class

System.Data.SqlServerCe Namespace