Show / Hide Table of Contents

    IDwColumn.Values Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets or sets an IDictionary<string, string> object which contains the value list of this column.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    new IDictionary<string, string> Values { get; set; }
    

    Property Value

    System.Collections.Generic.IDictionary<String, String>

    An IDictionary<string, string> object which contains the value list of this column.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon