FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

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

Gets the scalar int.

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

Syntax


public bool GetScalarBool(
	string sql,
	OrderedDictionary oParms
)
Public Function GetScalarBool ( _
	sql As String, _
	oParms As OrderedDictionary _
) As Boolean
public:
bool^ GetScalarBool(
	String^ sql, 
	OrderedDictionary^ oParms
)

Parameters

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

Return Value

System.Int32.