Data Port Sync 1.0.500

SqlCeTransaction.IsolationLevel Property

[This is preliminary documentation and subject to change.]

Gets the isolation level for this transaction.

[Visual Basic]
Overrides Public ReadOnly Property IsolationLevel As  _
    Implements IDbTransaction.
[C#]
public override  IsolationLevel {get;}

Implements

IDbTransaction.

Remarks

The value is always IsolationLevel.ReadCommitted.

See Also

SqlCeTransaction Class | Primeworks.DesktopSqlCe Namespace