Show / Hide Table of Contents

    IDwUpdate.Groups Property

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

    0.5.0-alpha 1.0.1 (current)

    Gets or sets the arguments to be passed to the stored procedure.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    new List<IDwArgument> Arguments { get; set; }
    

    Property Value

    System.Collections.Generic.List<IDwArgument>

    The arguments to be passed to the stored procedure.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon