Show / Hide Table of Contents

    DwUpdateParameterAttribute.DwUpdateParameterAttribute(DwUpdateAction action, DwArgumentSource source, string name, string expression) Constructor

    .NET Standard 2.x

    Initializes a new instance of the DwUpdateParameterAttribute class.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

     public DwUpdateParameterAttribute(DwUpdateAction action, DwArgumentSource source,
     string name,string expression)
    

    Parameters

    action DWNet.Data.DwUpdateAction

    The operation corresponding to the parameter.

    source DWNet.Data.DwArgumentSource

    The data source for the parameter.

    name System.String

    The name of the parameter.

    expression System.String

    The data source name.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon