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