SqlCeConnection Methods

Include Protected Members
Include Inherited Members

The SqlCeConnection type exposes the following members.

Methods

  Name Description
Protected method BeginDbTransaction (inherited from DbConnection)
Public method BeginTransaction() Begins a database transaction.
Public method BeginTransaction(IsolationLevel) Begins a database transaction with the current IsolationLevel value.
Public method ChangeDatabase Changes the current database for an open SqlCeConnection. (Overrides DbConnection.ChangeDatabase(String).)
Public method Close Closes the connection to the data source. This is the preferred method of closing any open connection. (Overrides DbConnection.Close().)
Public method CreateCommand Creates and returns a SqlCeCommand object associated with the SqlCeConnection.
Protected method CreateDbCommand (inherited from DbConnection)
Public method CreateObjRef (inherited from MarshalByRefObject)
Public method Dispose() Releases all resources used by the current instance of the SqlCeConnection class.
Protected method Dispose(Boolean) (inherited from Component)
Public method EnlistTransaction(Transaction) (inherited from DbConnection)
Public method EnlistTransaction(Transaction) Enlists in the specified Transaction.
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Component)
Public method GetDatabaseInfo Returns a set of Key Value pairs with information about locale, encryption mode, and case-sensitivity setting of the connected database.
Public method GetHashCode (inherited from Object)
Public method GetLifetimeService (inherited from MarshalByRefObject)
Public method GetSchema() Returns schema information for the data source of this SqlCeConnection. (Overrides DbConnection.GetSchema().)
Public method GetSchema(String) Returns schema information for the data source of this SqlCeConnection using the specified string for the schema name. (Overrides DbConnection.GetSchema(String).)
Public method GetSchema(String, array<String[]) Returns schema information for the data source of this SqlCeConnection using the specified string for the schema name and the specified string array for the restriction values. (Overrides DbConnection.GetSchema(String, array<String[]).)
Protected method GetService (inherited from Component)
Public method GetType (inherited from Object)
Public method InitializeLifetimeService (inherited from MarshalByRefObject)
Protected method MemberwiseClone() (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Protected method OnStateChange (inherited from DbConnection)
Public method Open Opens a database connection with the property settings specified by the ConnectionString. (Overrides DbConnection.Open().)
Public method ToString (inherited from Component)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDbConnection.BeginTransaction() (inherited from DbConnection)
Explicit interface implemetationPrivate method IDbConnection.BeginTransaction(IsolationLevel) (inherited from DbConnection)
Explicit interface implemetationPrivate method IDbConnection.CreateCommand (inherited from DbConnection)

Top

See Also

Reference

SqlCeConnection Class

System.Data.SqlServerCe Namespace