BuildMaster SDK Reference
Version:

ExecuteNonQueryAsync(string storedProcName, GenericDbParameter[] parameters) Method

Executes the non query.

Syntax

protected System.Threading.Tasks.Task ExecuteNonQueryAsync(string storedProcName, GenericDbParameter[] parameters)

Parameters

storedProcName
Type: string

Name of the stored proc.

parameters
Type: GenericDbParameter[]

The parameters.