SqlCeProviderFactory Members
Represents a set of methods for creating instances of a provider's implementation of the data source classes.
The following tables list the members exposed by the SqlCeProviderFactory type.
Public Constructors
Name | Description | |
---|---|---|
SqlCeProviderFactory | Initializes a new instance of the SqlCeProviderFactory class. |
Top
Public Fields
Name | Description | |
---|---|---|
Instance | An instance of a SqlCeProviderFactory. |
Top
Public Properties
Name | Description | |
---|---|---|
CanCreateDataSourceEnumerator | Specifies whether the specific System.Data.Common.DbProviderFactory supports the System.Data.Common.DbDataSourceEnumerator class. (inherited from DbProviderFactory) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CreateCommand | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbCommand. | |
CreateCommandBuilder | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbCommandBuilder. | |
CreateConnection | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbConnection. | |
CreateConnectionStringBuilder | Returns a new instance of the provider's class that implements the System.Data.Common.DbConnectionStringBuilder. (inherited from DbProviderFactory) | |
CreateDataAdapter | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbDataAdapter. | |
CreateDataSourceEnumerator | Returns a new instance of the provider's class that implements the System.Data.Common.DbDataSourceEnumerator class. (inherited from DbProviderFactory) | |
CreateParameter | Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbParameter. | |
CreatePermission | (inherited from DbProviderFactory ) | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.IServiceProvider.GetService | Gets the service object of the specified type. |
Top
See Also
Reference
SqlCeProviderFactory Class
System.Data.SqlServerCe Namespace