Show / Hide Table of Contents

    DwDataInitializer<TModel>.GetDefaultData() Method

    .NET Standard 2.x

    Gets the initialized data in the DataStore model.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public abstract IList<TModel> GetDefaultData();
    

    Returns

    System.Collections.Generic.IList<TModel>

    The initialized data in the DataStore model.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon