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

Gets the filter list condition

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

Syntax

C#
protected string GetFilterListCondition(
	MetaConstants..::.MetaEntity me,
	int externalId,
	ref DataRow dr,
	ref string[] rhVals,
	string ops,
	string lhs
)
Visual Basic (Declaration)
Protected Function GetFilterListCondition ( _
	me As MetaConstants..::.MetaEntity, _
	externalId As Integer, _
	ByRef dr As DataRow, _
	ByRef rhVals As String(), _
	ops As String, _
	lhs As String _
) As String
Visual C++
protected:
String^ GetFilterListCondition(
	MetaConstants..::.MetaEntity me, 
	int externalId, 
	DataRow^% dr, 
	array<String^>^% rhVals, 
	String^ ops, 
	String^ lhs
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
externalId
Type: System..::.Int32
dr
Type: System.Data..::.DataRow%
rhVals
Type: array<System..::.String>[]()[]%
ops
Type: System..::.String
lhs
Type: System..::.String

Return Value

See Also