Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a set of methods for creating instances of a provider's implementation of the data source classes.
Inheritance Hierarchy
System.Object
System.Data.Common.DbProviderFactory
System.Data.SqlServerCe.SqlCeProviderFactory
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public NotInheritable Class SqlCeProviderFactory _
Inherits DbProviderFactory _
Implements IServiceProvider
'Usage
Dim instance As SqlCeProviderFactory
public sealed class SqlCeProviderFactory : DbProviderFactory,
IServiceProvider
public ref class SqlCeProviderFactory sealed : public DbProviderFactory,
IServiceProvider
[<SealedAttribute>]
type SqlCeProviderFactory =
class
inherit DbProviderFactory
interface IServiceProvider
end
public final class SqlCeProviderFactory extends DbProviderFactory implements IServiceProvider
The SqlCeProviderFactory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SqlCeProviderFactory | Initializes a new instance of the SqlCeProviderFactory class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CanCreateDataSourceEnumerator | (inherited from DbProviderFactory) |
Top
Methods
| 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) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() ![]() |
Instance | An instance of SqlCeProviderFactory. |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IServiceProvider.GetService | Gets the service type. |
Top
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)