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

IDbTransaction.IsolationLevel

Remarks

Parallel transactions are not supported. The IsolationLevel applies to the entire transaction.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeTransaction Class | SqlCeTransaction Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.