Show / Hide Table of Contents

    SqlParameterAttribute.SqlParameterAttribute(string name, Type dataType) Constructor

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

    0.5.0-alpha

    1.0.1 (current)

    Initializes a new instance of the SqlParameterAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SqlParameterAttribute(string name, Type dataType)
    

    Parameters

    name System.String

    The name of the parameter.

    dataType System.Type

    The data type of the parameter.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon