RunSPWithNoReturn
This method runs a Stored procedure and does not return any result set
Parameters:
| Description | |
|---|---|
| procName | SQL Stored procdeure name to be executed. |
| sqlParams | An ArrayList of IDataParameter objects to be assigned as the input values of the stored procedure. |
Returns:
| Type | |
|---|---|
| System.Int32 |
Parameters
- procName
- sqlParams
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0