Represents an SQL transaction to be made at a data source. This class cannot be inherited.
For a list of all members of this type, see SqlCeTransaction Members.
System.Object
System.MarshalByRefObject
System.Data.SqlServerCe.SqlCeTransaction
[Visual Basic] NotInheritable Public Class SqlCeTransaction Inherits MarshalByRefObject Implements IDbTransaction, IDisposable [C#] public sealed class SqlCeTransaction : MarshalByRefObject, IDbTransaction, IDisposable [C++] public __gc __sealed class SqlCeTransaction : public MarshalByRefObject, IDbTransaction, IDisposable [JScript] public class SqlCeTransaction extends MarshalByRefObject implements IDbTransaction, IDisposable
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
The application creates a SqlCeTransaction object by calling BeginTransaction on the SqlCeConnection object. All subsequent operations associated with the transaction (for example, committing or aborting the transaction), are performed on the SqlCeTransaction object.
Namespace: System.Data.SqlServerCe
Platforms: .NET Compact Framework - Windows CE .NET
Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)
SqlCeTransaction Members | System.Data.SqlServerCe Namespace | SqlCeDataAdapter | SqlCeConnection