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
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: Int32Returns the number of rows affected.
See Also