Click or drag to resize

TypedMapperOpenNew Method (IAppContext, String, Flavors, MapperAttrs)

Creates a new mapper and moves to a new record.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual void OpenNew(
	IAppContext appCxt,
	string mapperKey,
	Flavors flavors,
	MapperAttrs mapperAttributes
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object
mapperKey
Type: SystemString
The mapper key to create
flavors
Type: NetQuarry.DataFlavors
Flavors
mapperAttributes
Type: NetQuarry.DataMapperAttrs
Attributes
See Also