FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getScalarLong Method

Gets the scalar long.

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

Syntax


public static long getScalarLong(
	string connectionString,
	string sqlStatement,
	ref string sError,
	OrderedDictionary oParms
)
Public Shared Function getScalarLong ( _
	connectionString As String, _
	sqlStatement As String, _
	ByRef sError As String, _
	oParms As OrderedDictionary _
) As Long
public:
static long long^ getScalarLong(
	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.Int64.