Show / Hide Table of Contents

    IDwUpdate.Arguments Property

    .NET Standard 2.x

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

    Namespace: DWNet.Data

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