QuickObjects.DBLibrary Send comments on this topic.
RunSQLWithNoReturn Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class : RunSQLWithNoReturn Method

RunSQLWithNoReturn

This method runs a SQL Command and returns the number of records affected.

Parameters:
Description
sqlCommandSQL command to be executed.

Returns:
Type
System.Int32

Overload List

OverloadDescription
RunSQLWithNoReturn(String)RunSQLWithNoReturn

This method runs a SQL Command and returns the number of records affected.

Parameters:
Description
sqlCommandSQL command to be executed.

Returns:
Type
System.Int32
 

RunSQLWithNoReturn(String,IDataParameter[])RunSQLWithNoReturn

This method runs a SQL Command and returns the number of records affected.

Parameters:
Description
sqlCommandSQL command to be executed.
parameterValuesAn array of objects to be assigned as the input values of the stored procedure.

Returns:
Type
System.Int32
 

RunSQLWithNoReturn(String,ArrayList)RunSQLWithNoReturn

This method runs a SQL Command and returns the number of records affected.

Parameters:
Description
sqlCommandSQL command to be executed.
sqlParamsSQL parameters to be passed to the command object.

Returns:
Type
System.Int32
 

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also