[This is preliminary documentation and is subject to change.]
Gets the filter text condition
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
protected string GetFilterTextCondition( ref DataRow dr, ref string[] rhVals, string ops, string lhs ) |
Visual Basic (Declaration) |
---|
Protected Function GetFilterTextCondition ( _ ByRef dr As DataRow, _ ByRef rhVals As String(), _ ops As String, _ lhs As String _ ) As String |
Visual C++ |
---|
protected: String^ GetFilterTextCondition( 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