Show / Hide Table of Contents

    IDwArgument.Direction Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets or sets the type of stored procedure parameter.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    new ParameterDirection Direction { get; set; }
    

    Property Value

    System.Data.ParameterDirection

    The type of stored procedure parameter.

    Input: (Default) An input parameter for the procedure.

    Output: An output parameter for the procedure. The DataWindow will assign the resulting value to the current row and column (usually used for identity and timestamp columns).

    InputOutput: An input and output parameter.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon