Click or drag to resize

IMapperParentContext Property

Gets RelatedMapperContext information about this mapper's parent mapper including, if requested, a filtered instance of the parent. Typically the parent mapper is determined from the request's QueryString.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
RelatedMapperContext ParentContext { get; set; }

Property Value

Type: RelatedMapperContext
See Also