[This is preliminary documentation and is subject to change.]
Gets the filter condition
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string GetFilterCondition( MetaConstants..::.MetaEntity me, int externalId, FC cond, ref DataTable dt ) |
Visual Basic (Declaration) |
---|
Public Function GetFilterCondition ( _ me As MetaConstants..::.MetaEntity, _ externalId As Integer, _ cond As FC, _ ByRef dt As DataTable _ ) As String |
Visual C++ |
---|
public: String^ GetFilterCondition( MetaConstants..::.MetaEntity me, int externalId, FC^ cond, DataTable^% dt ) |
Parameters
- externalId
- Type: System..::.Int32
- dt
- Type: System.Data..::.DataTable%