FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getScalarInt Method

Gets the scalar int.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static int getScalarInt(
	string connectionString,
	string sqlStatement,
	ref string sError,
	OrderedDictionary oParms
)
Public Shared Function getScalarInt ( _
	connectionString As String, _
	sqlStatement As String, _
	ByRef sError As String, _
	oParms As OrderedDictionary _
) As Integer
public:
static int^ getScalarInt(
	String^ connectionString, 
	String^ sqlStatement, 
	String^% sError, 
	OrderedDictionary^ oParms
)

Parameters

connectionString
Type: String
The connection string.
sqlStatement
Type: String
The SQL statement.
sError
Type: String%
The s error.
oParms
Type: OrderedDictionary
parameters

Return Value

System.Int32.