RunSQLWithNoReturn
This method runs a SQL Command and returns the number of records affected.
Parameters:
| Description | |
|---|---|
| sqlCommand | SQL command to be executed. |
Returns:
| Type | |
|---|---|
| System.Int32 |
| Overload | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RunSQLWithNoReturn(String) | RunSQLWithNoReturn This method runs a SQL Command and returns the number of records affected. Parameters:
Returns:
| ||||||||||
| RunSQLWithNoReturn(String,IDataParameter[]) | RunSQLWithNoReturn This method runs a SQL Command and returns the number of records affected. Parameters:
Returns:
| ||||||||||
| RunSQLWithNoReturn(String,ArrayList) | RunSQLWithNoReturn This method runs a SQL Command and returns the number of records affected. Parameters:
Returns:
|
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0