Click or drag to resize

MapperCreateAndLoad Method (String, IAppContext, Flavors)

Creates and loads a basic mapper. This overload does NOT requery.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static IMapper CreateAndLoad(
	string key,
	IAppContext appContext,
	Flavors flavor
)

Parameters

key
Type: SystemString
The mapper key.
appContext
Type: NetQuarryIAppContext
The application context object.
flavor
Type: NetQuarry.DataFlavors
The optional flavor

Return Value

Type: IMapper
The new mapper.
Remarks
Starting with v2.0.0.28, this overload of CreateAndLoad() does NOT requery the mapper as it did in prior builds.
See Also