Show / Hide Table of Contents

    IReadOnlyExpressionable<TValue> Interface

    .NET Standard 2.x

    Represents a read-only DataWindow expression (with default value) which is used to specify the value for a property in the DataWindow object. TValue is the type of the value.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public interface IReadOnlyExpressionable<TValue>
    

    Property

    Name Return Type Description
    Expression System.String Gets the DataWindow expression used to specify the value for a property in the DataWindow object.
    Value TValue Gets the default value specified for a property in the DataWindow object.
    Back to top Generated by Appeon