BuildMaster SDK Reference
Version:

ExecuteAsync(string storedProcName, GenericDbParameter[] parameters) Method

Executes the specified stored proc name.

Syntax

protected Task<IDbDataResult> ExecuteAsync(string storedProcName, GenericDbParameter[] parameters)

Parameters

storedProcName
Type: string

Name of the stored proc.

parameters
Type: GenericDbParameter[]

The parameters.

Returns

The result.