Click or drag to resize

MapperFilters.Load 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: NetQuarry.IAppContext
The application object
dataMapperKey
Type: System.String
The data mapper Key value.
See Also