IAdoDbTransactionManager.BeginTransaction Method
.NET Standard 2.x
Starts a database transaction with or without a specified isolation level.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
BeginTransaction() | Starts a database transaction with the unspecified isolation level (IsolationLevel.Unspecified ). |
BeginTransaction(IsolationLevel isolationLevel) | Starts a database transaction with the specified isolation level. |