Show / Hide Table of Contents

    IReadOnlyDataObject Interface

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

    0.5.0-alpha 1.0.1 (current)

    Represents a 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: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Implements

    PowerBuilder.Data.IReadOnlyExpressionable<TValue>

    Syntax

    public interface IExpressionable<TValue> : IReadOnlyExpressionable<TValue>
    

    Property

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