ISqlProcedureBuilder.Procedure(string procedureName, params ISqlParameter[] parameters) Method
.NET Standard 2.x
Builds a SQL statement to execute specified stored procedure.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
ISqlBuilder Procedure(string procedureName, params ISqlParameter[] parameters)
Parameters
procedureName
System.String
parameters
SnapObjects.Data.ISqlParameter
(Optional) An array of ISqlParameter
objects which define the SQL parameters used to call the stored procedure.
Returns
Returns the current ISqlBuilder
object.
Examples
Coming soon.
Applies to
.NET Standard
2.x