Click or drag to resize

MapperKernelParentContext Property

Gets/sets the parent context for this mapper. An example of such a relationship is a mapper in the bottom pane of a subform template with its ParentContext being that of the mapper in the top pane. Normally you do not need to create the ParentContext, you just get it and it is created on-demand from the current context. Normally you would only set the context manually if the parent mapper hasn't been saved yet, but exists in memory.

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

Property Value

Type: RelatedMapperContext

Implements

IMapperParentContext
See Also