Click or drag to resize

MapperFiltersAdd Method (MapperFilter)

Adds a MapperFilter to the collection

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Add(
	MapperFilter filter
)

Parameters

filter
Type: NetQuarry.DataMapperFilter
The filter to add.

Return Value

Type: Int32
The position into which the object was inserted into the underlying IList
See Also