Click or drag to resize

MapperFiltersLoad Method

Loads the collection from the xmt_filters table.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Load(
	IAppContext appContext,
	string dataMapperKey
)

Parameters

appContext
Type: NetQuarryIAppContext
The application object
dataMapperKey
Type: SystemString
The data mapper Key value.
See Also