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