Show / Hide Table of Contents

    DataContext.BeginTransaction Method

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    Starts a database transaction, using the specified isolation level.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    BeginTransaction() Starts a database transaction, using the isolation level specified by the ContextOptions.
    BeginTransaction(IsolationLevel isolationLevel) Starts a database transaction using the specified isolation level.
    Back to top Generated by Appeon