Show / Hide Table of Contents

    IDwReadOnlyTable.Arguments Property

    .NET Standard 2.x

    Gets the retrieval argument names and types for the DataWindow.

    Namespace: DWNet.Data

    Assembly: DWNet.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