Datasnap.DSService.TDBXRequestFilterFactory.GetAllWithField
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSService.pas Datasnap.DSService.hpp
| |
Unit: Datasnap.DSService | |
Parent: TDBXRequestFilterFactory |
Delphi
procedure GetAllWithField(FieldName: string; List: TObjectList<TDBXRequestFilter>);
C++
void __fastcall GetAllWithField(System::UnicodeString FieldName, System::Generics::Collections::TObjectList__1<TDBXRequestFilter*>* List);
Description
Creates a list with all the filters that have a field with the specified name.
The GetAllWithField method adds to the list specified as parameter all the registered filters that have a field with the name given through FieldName.