Show / Hide Table of Contents

    IModelGetter.Value Property

    .NET Standard 2.x

    The value of the model object. You can convert it to a TModel (The type of the model class that matches with the current DataObject of the DataStore).

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

     object Value { get; }
    

    Property Value

    System.Object

    The value of the model object which represents the data of a row.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon