Show / Hide Table of Contents

    ITableMeta<TDwo>.AddArgument(string name, Type type) Method

    .NET Standard 2.x

    Adds the search parameter name and type of the DataWindow.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    void AddArgument(string name, Type type);
    

    Parameters

    name System.String

    The name of the parameter.

    type System.Type

    The type of the parameter.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon