SqlCeConnection Methods

Public Methods

(see also Protected Methods )

  Name Description
1d0f6fdw.pubmethod(en-us,VS.90).gif BeginTransaction Overloaded.
Begins a database transaction.
1d0f6fdw.pubmethod(en-us,VS.90).gif ChangeDatabase Overridden.
Changes the current database for an open SqlCeConnection.
1d0f6fdw.pubmethod(en-us,VS.90).gif Close Overridden.
Closes the connection to the data source. This is the preferred method of closing any open connection.
1d0f6fdw.pubmethod(en-us,VS.90).gif CreateCommand
Creates and returns a SqlCeCommand object associated with the SqlCeConnection.
1d0f6fdw.pubmethod(en-us,VS.90).gif CreateObjRef  (inherited from MarshalByRefObject )
1d0f6fdw.pubmethod(en-us,VS.90).gif Dispose Overloaded.  
1d0f6fdw.pubmethod(en-us,VS.90).gif EnlistTransaction Overridden.
Enlist in the specified System.Transactions.Transaction.
1d0f6fdw.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
1d0f6fdw.pubmethod(en-us,VS.90).gif GetDatabaseInfo
Returns a set of Key Value pairs with information about locale, encryption mode, and case-sensitivity setting of the connected database.
1d0f6fdw.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
1d0f6fdw.pubmethod(en-us,VS.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
1d0f6fdw.pubmethod(en-us,VS.90).gif GetSchema  Overloaded. (inherited from DbConnection )
1d0f6fdw.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
1d0f6fdw.pubmethod(en-us,VS.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
1d0f6fdw.pubmethod(en-us,VS.90).gif Open Overridden.
Opens a database connection with the property settings specified by the ConnectionString.
1d0f6fdw.pubmethod(en-us,VS.90).gif 1d0f6fdw.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
1d0f6fdw.pubmethod(en-us,VS.90).gif ToString  (inherited from Component )

Protected Methods

  Name Description
1d0f6fdw.protmethod(en-us,VS.90).gif BeginDbTransaction  (inherited from DbConnection )
1d0f6fdw.protmethod(en-us,VS.90).gif CreateDbCommand  (inherited from DbConnection )
1d0f6fdw.protmethod(en-us,VS.90).gif Dispose  Overloaded. (inherited from Component )
1d0f6fdw.protmethod(en-us,VS.90).gif Finalize  (inherited from Component )
1d0f6fdw.protmethod(en-us,VS.90).gif GetService  (inherited from Component )
1d0f6fdw.protmethod(en-us,VS.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )
1d0f6fdw.protmethod(en-us,VS.90).gif OnStateChange  (inherited from DbConnection )

Explicit Interface Implementations

  Name Description
System.Data.IDbConnection.BeginTransaction  Overloaded. (inherited from DbConnection )
System.Data.IDbConnection.CreateCommand  (inherited from DbConnection )

See Also

Reference

SqlCeConnection Class
System.Data.SqlServerCe Namespace
SqlCeDataAdapter
SqlCeCommand Class