Show / Hide Table of Contents

    ParamValue.New Method

    .NET Standard 2.x

    Creates a new ParamValue object and specifies the name and value of the parameter.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    New(string name, object value) Creates a new ParamValue object and specifies the name and value of the parameter.
    New<Type>(string name, object value, ParameterDirection direction = ParameterDirection.Input) Creates a new ParamValue object and specifies the name and value of the parameter.
    New<Type>(string name, ParameterDirection direction) Creates a new ParamValue object and specifies the name and the direction type of the parameter.
    Back to top Generated by Appeon