Sample ClassCall Stored Procedure 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: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public void CallStoredProcedure(
string storedProcName,
int row
)VB
Public Sub CallStoredProcedure (
storedProcName As String,
row As Integer
)C++
public:
void CallStoredProcedure(
String^ storedProcName,
int row
)F#
member CallStoredProcedure :
storedProcName : string *
row : int -> unit