Show / Hide Table of Contents

    SqlParameterAttribute.Direction Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets the direction type of the parameter.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

     public ParameterDirection Direction => ParameterDirection.Input;
    

    Property Value

    System.Data.ParameterDirection

    The direction type of the parameter.

    The value is always ParameterDirection.Input.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon