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

Get information according to the search clause

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

Syntax

C#
public DataSet GetDataSearchClause(
	MetaConstants..::.MetaEntity ma,
	int externalKeyId,
	int rows,
	int orderId,
	bool isDescending,
	string searchStr,
	int searchId,
	ConfigureInfo session,
	int filterId
)
Visual Basic (Declaration)
Public Function GetDataSearchClause ( _
	ma As MetaConstants..::.MetaEntity, _
	externalKeyId As Integer, _
	rows As Integer, _
	orderId As Integer, _
	isDescending As Boolean, _
	searchStr As String, _
	searchId As Integer, _
	session As ConfigureInfo, _
	filterId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetDataSearchClause(
	MetaConstants..::.MetaEntity ma, 
	int externalKeyId, 
	int rows, 
	int orderId, 
	bool isDescending, 
	String^ searchStr, 
	int searchId, 
	ConfigureInfo^ session, 
	int filterId
)

Parameters

ma
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
externalKeyId
Type: System..::.Int32
The external key id
rows
Type: System..::.Int32
The number of rows
orderId
Type: System..::.Int32
The order id
isDescending
Type: System..::.Boolean
if the result will be sorted in the descending order
searchStr
Type: System..::.String
The search string
searchId
Type: System..::.Int32
The unique search id
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session
filterId
Type: System..::.Int32

Return Value

The result dataset

See Also