[This is preliminary documentation and is subject to change.]
Gets the filter string
Namespace:
OfficeClip.DBLayer.MetabaseAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
protected void GetFilterStrings( MetaConstants..::.MetaEntity me, int externalKey, MF mFilter, ref string selectString, ref string filterString ) |
Visual Basic (Declaration) |
---|
Protected Sub GetFilterStrings ( _ me As MetaConstants..::.MetaEntity, _ externalKey As Integer, _ mFilter As MF, _ ByRef selectString As String, _ ByRef filterString As String _ ) |
Visual C++ |
---|
protected: void GetFilterStrings( MetaConstants..::.MetaEntity me, int externalKey, MF^ mFilter, String^% selectString, String^% filterString ) |
Parameters
- externalKey
- Type: System..::.Int32
- mFilter
- Type: OfficeClip.BusinessLayer.Metabase.Filter..::.MF
- selectString
- Type: System..::.String%
- filterString
- Type: System..::.String%