SqlCeTransaction Members
Represents an SQL transaction to be made at a data source. This class cannot be inherited.
The following tables list the members exposed by the SqlCeTransaction type.
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Connection | Specifies the DbConnection object associated with the transaction.(inherited from DbTransaction) | |
IsolationLevel | Overridden. Specifies the IsolationLevel for this transaction. |
Top
Protected Properties
Name | Description | |
---|---|---|
DbConnection | Specifies the DbConnection object associated with the transaction.(inherited from DbTransaction) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Commit | Overloaded. Overridden. Commits the database transaction. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject) | |
Dispose | Overloaded. | |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
Rollback | Overridden. Rolls back a transaction from a pending state. | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the unmanaged resources used by the DbTransaction and optionally releases the managed resources. (inherited from DbTransaction) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Data.IDbTransaction.Connection |
Top
See Also
Reference
SqlCeTransaction Class
System.Data.SqlServerCe Namespace
SqlCeDataAdapter
SqlCeConnection