Show / Hide Table of Contents

    DataContext.DataContext(IDataContextOptions dataContextOptions) 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 IDataContextOptions object.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      protected DataContext(IDataContextOptions dataContextOptions);
    

    Parameters

    dataContextOptions SnapObjects.Data.IDataContextOptions

    An IDataConntextOptions object that contains options for the DataContext object.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon