IDBContext.ExecuteNonQuerySQLStatement Method (String, IEnumerable<SqlParameter> )

Relativity Custom Pages
Executes a parameterized Transact-SQL statement against the connection and returns the number of rows affected.

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

int ExecuteNonQuerySQLStatement(
	string sqlStatement,
	IEnumerable<SqlParameter> parameters
)

Parameters

sqlStatement
Type: System.String
String containing parameterized SQL statement.
parameters
Type: System.Collections.Generic.IEnumerable<SqlParameter>
List of SQL parameters passed in to SQL statement.

Return Value

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

Reference