Show / Hide Table of Contents

    ISqlExecutor.ExecuteProcedureAsync Method

    .NET Standard 2.x

    Asynchronously executes a SQL stored procedure which does not need to return the result set.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    ExecuteProcedureAsync(string procedureName, params object[] parameters) Asynchronously executes a SQL stored procedure which does not need to return the result set.
    ExecuteProcedureAsync(string procedureName, object[] parameters, CancellationToken cancellationToken) Asynchronously executes a SQL stored procedure which does not need to return the result set.
    Back to top Generated by Appeon