Share via


SqlCeProviderFactory Members

Represents a set of methods for creating instances of a provider's implementation of the data source classes.

The SqlCeProviderFactory type exposes the following members.

Constructors

  Name Description
Public method SqlCeProviderFactory() () () () Initializes a new instance of the SqlCeProviderFactory class.

Top

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() () () () (inherited from DbProviderFactory)
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(PermissionState) (inherited from DbProviderFactory)
Public method Equals(Object) (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

Fields

  Name Description
Public fieldStatic member Instance An instance of SqlCeProviderFactory.

Top

Properties

  Name Description
Public property CanCreateDataSourceEnumerator (inherited from DbProviderFactory)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IServiceProvider. . :: . .GetService(Type)

Top

See Also

Reference

SqlCeProviderFactory Class

System.Data.SqlServerCe Namespace