Show / Hide Table of Contents

    IDataObjectBase.GetInitModels<TModel> Method

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

    0.5.0-alpha

    1.0.1 (current)

    Gets a list of model objects which contain initial values.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

      public virtual IList<TModel> GetInitModels<TModel>();
    

    Return

    System.Collections.Generic.IList<TModel>

    A list of model objects which contain initial values.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon