FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

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

Gets the scalar int value by executing a sql statement

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

Syntax


public int GetScalarInt(
	string sql,
	OrderedDictionary oParms
)
Public Function GetScalarInt ( _
	sql As String, _
	oParms As OrderedDictionary _
) As Integer
public:
int^ GetScalarInt(
	String^ sql, 
	OrderedDictionary^ oParms
)

Parameters

sql
Type: String
The SQL.
oParms
Type: OrderedDictionary
The o parms.

Return Value

System.Int32.