MapperKernelInit Method (String, IAppContext) |
This method initializes the mapper.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void Init(
string key,
IAppContext context
)
Public Overridable Sub Init (
key As String,
context As IAppContext
)
Parameters
- key
- Type: SystemString
The unique key for the mapper. Used to load meta-data and uniquely identify the mapper. - context
- Type: NetQuarryIAppContext
The current application context object.
Implements
IMapperInit(String, IAppContext)See Also