FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getScalarString Method

Gets the scalar string.

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

Syntax


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