Show / Hide Table of Contents

    ParamValue.InputOutput Method

    .NET Standard 2.x

    Creates a new ParamValue object as the input and output parameter of a stored procedure.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    InputOutput(string name, object value, Type dataType) Creates a new ParamValue object as the input and output parameter of a stored procedure.
    InputOutput<TType>(string name, TType value) Creates a new ParamValue object as the input and output parameter of a stored procedure.
    Back to top Generated by Appeon