Share via


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
Bb383498.pubfield(en-us,VS.90).gif Bb383498.static(en-us,VS.90).gif Instance An instance of a SqlCeProviderFactory.

Top

Public Properties

  Name Description
Bb383498.pubproperty(en-us,VS.90).gif 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
Bb383498.pubmethod(en-us,VS.90).gif CreateCommand Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbCommand.
Bb383498.pubmethod(en-us,VS.90).gif CreateCommandBuilder Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbCommandBuilder.
Bb383498.pubmethod(en-us,VS.90).gif CreateConnection Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbConnection.
Bb383498.pubmethod(en-us,VS.90).gif CreateConnectionStringBuilder  Returns a new instance of the provider's class that implements the System.Data.Common.DbConnectionStringBuilder. (inherited from DbProviderFactory)
Bb383498.pubmethod(en-us,VS.90).gif CreateDataAdapter Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbDataAdapter.
Bb383498.pubmethod(en-us,VS.90).gif CreateDataSourceEnumerator  Returns a new instance of the provider's class that implements the System.Data.Common.DbDataSourceEnumerator class. (inherited from DbProviderFactory)
Bb383498.pubmethod(en-us,VS.90).gif CreateParameter Overridden. Returns a new instance of the provider's class that implements the System.Data.Common.DbParameter.
Bb383498.pubmethod(en-us,VS.90).gif CreatePermission  (inherited from DbProviderFactory )
Bb383498.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
Bb383498.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
Bb383498.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
Bb383498.pubmethod(en-us,VS.90).gif Bb383498.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
Bb383498.pubmethod(en-us,VS.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb383498.protmethod(en-us,VS.90).gif Finalize  (inherited from Object )
Bb383498.protmethod(en-us,VS.90).gif 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