Show / Hide Table of Contents

    DataContext.DataContext Constructor

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

    0.5.0-alpha

    1.0.1 (current)

    Initializes a new instance of the DataContext class by an object.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Constructor Description
    DataContext(IDataContextOptions dataContextOptions) Initializes a new instance of the DataContext class by an IDataContextOptions object.
    DataContext(DbConnection dbConnection, IDataContextOptions dataContextOptions) Initializes a new instance of the DataContext class by a DbConnnection object and an IDataContextOptions object.
    Back to top Generated by Appeon