RunSQLWithNoReturn
This method runs a SQL Command and returns the number of records affected.
Parameters:
| Description | |
|---|---|
| sqlCommand | SQL command to be executed. |
| sqlParams | SQL parameters to be passed to the command object. |
Returns:
| Type | |
|---|---|
| System.Int32 |
| C# | |
|---|---|
public int RunSQLWithNoReturn( string sqlCommand, ArrayList sqlParams ) | |
Parameters
- sqlCommand
- sqlParams
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0