[This is preliminary documentation and is subject to change.]

Gets the filter number condition

Namespace:  OfficeClip.DBLayer.Metabase
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected string GetFilterNumberCondition(
	ref DataRow dr,
	ref string[] rhVals,
	string ops,
	string lhs
)
Visual Basic (Declaration)
Protected Function GetFilterNumberCondition ( _
	ByRef dr As DataRow, _
	ByRef rhVals As String(), _
	ops As String, _
	lhs As String _
) As String
Visual C++
protected:
String^ GetFilterNumberCondition(
	DataRow^% dr, 
	array<String^>^% rhVals, 
	String^ ops, 
	String^ lhs
)

Parameters

dr
Type: System.Data..::.DataRow%
rhVals
Type: array<System..::.String>[]()[]%
ops
Type: System..::.String
lhs
Type: System..::.String

Return Value

See Also