Show / Hide Table of Contents

    IDwReadOnlyTable.Arguments Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets the retrieval argument names and types for the DataWindow.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    IReadOnlyDictionary<string, Type> Arguments { get; }
    

    Property Value

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

    Retrieval argument names and types for the DataWindow.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon