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

Gets the preferred information

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

Syntax

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

Parameters

ma
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entiy
externalKeyId
Type: System..::.Int32
The external key id, usually group id
rows
Type: System..::.Int32
The number of rows to be returned
orderId
Type: System..::.Int32
The order id
isDescending
Type: System..::.Boolean
Shows if the information is sorted in the descending order
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

The returned dataset

See Also