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

Gets the general query string

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected string GetQueryString(
	string lhs,
	string rhs,
	bool isList
)
Visual Basic (Declaration)
Protected Function GetQueryString ( _
	lhs As String, _
	rhs As String, _
	isList As Boolean _
) As String
Visual C++
protected:
String^ GetQueryString(
	String^ lhs, 
	String^ rhs, 
	bool isList
)

Parameters

lhs
Type: System..::.String
The left hand side
rhs
Type: System..::.String
The right hand side
isList
Type: System..::.Boolean
Is the parameter a list

Return Value

The query expression

See Also