Show / Hide Table of Contents

    ISqlExecutor.SelectProcedureAsync Method

    .NET Standard 2.x

    Asynchronously executes a SQL stored procedure and returns a Task<IList<TModel>> object which represents the result set.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    SelectProcedureAsync(string procedureName, params object[] parameters) Asynchronously executes a SQL stored procedure and returns a Task<IList<TModel>> object which represents the result set.
    SelectProcedureAsync(string procedureName, object[] parameters, CancellationToken cancellationToken) Asynchronously executes a SQL stored procedure and returns a Task<IList<TModel>> object which represents the result set.
    Back to top Generated by Appeon