Click or drag to resize

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
)

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