Show / Hide Table of Contents

    DataStore<TModel>.DataStore Constructor

    .NET Standard 2.x

    Initializes a new instance of the DataStore class.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Constructor Description
    DataStore() Initializes a new instance of the DataStore class.
    DataStore(DataContext dataContext) Initializes a new instance of the DataStore class using a DataContext object.
    DataStore(IEnumerable<TModel> items) Initializes a new instance of the DataStore class using a sequence of TModel objects.
    DataStore(DataContext dataContext, IEnumerable<TModel> items) Initializes a new instance of the DataStore class using a DataContext object and a sequence of TModel objects.
    Back to top Generated by Appeon