SqlCeTransaction.IsolationLevel Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Specifies the IsolationLevel for this transaction.
[Visual Basic] Public Overridable ReadOnly Property IsolationLevel As _ IsolationLevel Implements IDbTransaction.IsolationLevel [C#] public virtual IsolationLevel IsolationLevel {get;} [C++] public: __property virtual IsolationLevel get_IsolationLevel(); [JScript] public function get IsolationLevel() : IsolationLevel;
Property Value
The IsolationLevel for this transaction. The SQL Server CE .NET Provider only supports ReadCommitted.
Implements
Remarks
Parallel transactions are not supported. The IsolationLevel applies to the entire transaction.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeTransaction Class | SqlCeTransaction Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.