FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

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

Gets the scalar value by executing a sql statement

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

Syntax


public Object GetScalarValue(
	string sql,
	OrderedDictionary oParms
)
Public Function GetScalarValue ( _
	sql As String, _
	oParms As OrderedDictionary _
) As Object
public:
Object^ GetScalarValue(
	String^ sql, 
	OrderedDictionary^ oParms
)

Parameters

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

Return Value

System.Object.