FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..GetScalarInt Method (String, String, String%, OrderedDictionary)

Gets the scalar int.

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

Syntax


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

Parameters

connectionString
Type: String
The connection string.
sql
Type: String
The SQL.
sError
Type: String%
The s error.
oParms
Type: OrderedDictionary
The o parms.

Return Value

System.Int32.