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

Gets the where clause of the search

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

Syntax

C#
public static string GetSearchWhereClause(
	ref DataSet dsLists,
	string searchStr,
	int searchId,
	int filterId
)
Visual Basic (Declaration)
Public Shared Function GetSearchWhereClause ( _
	ByRef dsLists As DataSet, _
	searchStr As String, _
	searchId As Integer, _
	filterId As Integer _
) As String
Visual C++
public:
static String^ GetSearchWhereClause(
	DataSet^% dsLists, 
	String^ searchStr, 
	int searchId, 
	int filterId
)

Parameters

dsLists
Type: System.Data..::.DataSet%
The dataset for the meta lists
searchStr
Type: System..::.String
The search string
searchId
Type: System..::.Int32
The unique id of the search
filterId
Type: System..::.Int32

Return Value

The created where clause for the search

See Also