Show / Hide Table of Contents

    ParamValue.ReturnValue Method

    .NET Standard 2.x

    Creates a new ParamValue object as the return value of a stored procedure.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

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