Click or drag to resize

MapperFiltersAdd Method

Overload List
  NameDescription
Public methodAdd(MapperFilter)
Adds a MapperFilter to the collection
Protected methodAdd(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.)
Public methodAdd(String, MapperFilter)
Adds a MapperFilter object to the collection.
Public methodAdd(String, String)
Simple way to add a SQL filter CLAUSE to the collection.
Protected methodAdd(String, Object, CollectionAddFlags)
Adds an item to the collection
(Inherited from EAPCollectionBase.)
Top
See Also