Data Port Sync 1.0.500

SqlCeConnection. Method (IsolationLevel)

[This is preliminary documentation and subject to change.]

Begins a database transaction using the given isolation level.

[Visual Basic]
Overloads Public Function ( _
   ByVal IsolationLevel As IsolationLevel _
) As SqlCeTransaction
[C#]
new public SqlCeTransaction (
   IsolationLevel il
);

Parameters

IsolationLevel
The transaction isolation level for this connection.

Return Value

An object representing the new transaction.

See Also

SqlCeConnection Class | Primeworks.DesktopSqlCe Namespace | SqlCeConnection. Overload List