Click or drag to resize

IMapperInit Method (String, IAppContext)

This method initializes the mapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
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.
See Also