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

RunSPWithNoReturn

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

Parameters:
Description
procNameSQL Stored procdeure name to be executed.

Returns:
Type
System.Int32

Overload List

OverloadDescription
RunSPWithNoReturn(String)RunSPWithNoReturn

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

Parameters:
Description
procNameSQL Stored procdeure name to be executed.

Returns:
Type
System.Int32
 

RunSPWithNoReturn(String,IDataParameter[])RunSPWithNoReturn

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

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

Returns:
Type
System.Int32
 

RunSPWithNoReturn(String,ArrayList)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
 

Requirements

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

See Also