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

RunSPWithNoReturn

This method runs a Stored procedure and does not return any result set

Parameters:
Description
procNameSQL Stored procdeure name to be executed.
sqlParamsAn ArrayList of IDataParameter objects to be assigned as the input values of the stored procedure.

Returns:
Type
System.Int32

Syntax

C# 
public int RunSPWithNoReturn( 
   string procName,
   ArrayList sqlParams
)

Parameters

procName
sqlParams

Requirements

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

See Also