FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..isValidSELECTQuery Method

Determines whether [is valid select query] [the specified s SQL].

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

Syntax


public static bool isValidSELECTQuery(
	string sSQL
)
Public Shared Function isValidSELECTQuery ( _
	sSQL As String _
) As Boolean
public:
static bool^ isValidSELECTQuery(
	String^ sSQL
)

Parameters

sSQL
Type: String
The s SQL.

Return Value

true if [is valid select query] [the specified s SQL]; otherwise, false.