Show / Hide Table of Contents

    IDwReadOnlyUpdate.Arguments Property

    .NET Standard 2.x

    Gets the arguments to be passed to the stored procedure.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    IReadOnlyList<IDwReadOnlyArgument> Arguments { get; }
    

    Property Value

    IReadOnlyList<IDwReadOnlyArgument>

    The arguments to be passed to the stored procedure.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon