IAdoDbTransactionManager.BeginTransaction Method
.NET Standard 2.x | Current Version (1.0.1)
Starts a database transaction with the unspecified 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. |