SampleClassCallStoredProcedure Method

Executes a SqlCommand with the specified storedProcName as a stored procedure initialized for updating the values of the specified row.

Definition

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public void CallStoredProcedure(
	string storedProcName,
	int row
)

Parameters

storedProcName  String
The stored procedure name to execute
row  Int32
The row to update

See Also