[This is preliminary documentation and is subject to change.]
Gets the data by filter
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetDataByFilter( MetaConstants..::.MetaEntity me, int externalKeyId, int id, int orderId, bool isDescending, bool isReport, ConfigureInfo session ) |
Visual Basic (Declaration) |
---|
Public Function GetDataByFilter ( _ me As MetaConstants..::.MetaEntity, _ externalKeyId As Integer, _ id As Integer, _ orderId As Integer, _ isDescending As Boolean, _ isReport As Boolean, _ session As ConfigureInfo _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetDataByFilter( MetaConstants..::.MetaEntity me, int externalKeyId, int id, int orderId, bool isDescending, bool isReport, ConfigureInfo^ session ) |
Parameters
- me
- Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity
- externalKeyId
- Type: System..::.Int32
The external id, usually the group id
- id
- Type: System..::.Int32
The unique id
- orderId
- Type: System..::.Int32
The order id
- isDescending
- Type: System..::.Boolean
if the returned resultset is arranged in the descending order
- isReport
- Type: System..::.Boolean
If the dataset is for the report
- session
- Type: OfficeClip.Utils..::.ConfigureInfo
The user session