Session.ExplicitBeginTransaction Method
Name | Parameters | Description |
---|---|---|
ExplicitBeginTransaction() | none | Marks the starting point of a database level transaction. |
ExplicitBeginTransaction(IsolationLevel) | isolationLevel | Marks the starting point of a database level transaction that is started with the specified IsolationLevel value. |