Click or drag to resize

RelatedMapperContext Constructor (IAppContext)

Default constructor that tries to determine and use the current parent mapper from the QueryString.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public RelatedMapperContext(
	IAppContext cxt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
See Also