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
)
Public Sub Load (
appContext As IAppContext,
dataMapperKey As String
)
Parameters
- appContext
- Type: NetQuarryIAppContext
The application object - dataMapperKey
- Type: SystemString
The data mapper Key value.
See Also