MapperFiltersAdd Method |
Name | Description | |
---|---|---|
![]() | Add(MapperFilter) |
Adds a MapperFilter to the collection
|
![]() | Add(String, Object) |
Adds an object to the collection. Override. This method simply calls the Add method with CollectionAddFlags.replace as the flags.
(Inherited from EAPCollectionBase.) |
![]() | Add(String, MapperFilter) |
Adds a MapperFilter object to the collection.
|
![]() | Add(String, String) |
Simple way to add a SQL filter CLAUSE to the collection.
|
![]() | Add(String, Object, CollectionAddFlags) |
Adds an item to the collection
(Inherited from EAPCollectionBase.) |