Show / Hide Table of Contents

    IDwReadOnlyTable.Columns Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets an IReadOnlyList<IDwReadOnlyColumn> object which contains the specifications for the columns.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    IReadOnlyList<IDwReadOnlyColumn> Columns { get; }
    

    Property Value

    System.Collections.Generic.IReadOnlyList<PowerBuilder.Data.IDwReadOnlyColumn>

    An IReadOnlyList<IDwReadOnlyColumn> object which contains the specifications for the columns.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon