Show / Hide Table of Contents

    DataContext.BeginTransaction Method

    .NET Standard 2.x

    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