Show / Hide Table of Contents

    SqlBuilder.Parameter Method

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

    0.5.0-alpha

    1.0.1 (current)

    Creates an ISqlParameter object which represents a SQL parameter and specifies the data type of the parameter value.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    Parameter<TType>(string name = "") Creates an ISqlParameter object which represents a SQL parameter and specifies the data type of the parameter value by the Type parameter.
    Parameter(Type type, string name = "") Creates an ISqlParameter object which represents a SQL parameter and specifies the data type of the parameter value.
    Back to top Generated by Appeon