IDBContext.ExecuteProcedureNonQuery Method

Relativity Custom Pages
Executes a stored procedure against the connection and returns the number of rows affected.

Namespace:  Relativity.CustomPages
Assembly:  Relativity.CustomPages (in Relativity.CustomPages.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

int ExecuteProcedureNonQuery(
	string procedureName,
	IEnumerable<SqlParameter> parameters
)

Parameters

procedureName
Type: System.String
String value indicating a name of stored procedure to be executed.
parameters
Type: System.Collections.Generic.IEnumerable<SqlParameter>
List of SQL parameters passed in to the stored procedure.

Return Value

Type: Int32
Returns the number of rows affected.
See Also

Reference