QuickObjects.DBLibrary Send comments on this topic.
RunSQLWithNoReturn(String,ArrayList) Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class > RunSQLWithNoReturn Method : RunSQLWithNoReturn(String,ArrayList) Method
sqlCommand
sqlParams

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

Syntax

C# 
public int RunSQLWithNoReturn( 
   string sqlCommand,
   ArrayList sqlParams
)

Parameters

sqlCommand
sqlParams

Requirements

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

See Also