Show / Hide Table of Contents

    IDwReadOnlyColumn.Values Property

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

    0.5.0-alpha

    1.0.1 (current)

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

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    IReadOnlyDictionary<string, string> Values { get; }
    

    Property Value

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

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

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon