Click to expand
Sandcastle XML Comments Guide

SampleClass CallStoredProcedure Method

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

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

Reference

Other Resources