RelatedMapperContextGetParent Method |
Gets the current parent mapper instance, if any.
If the current related mapper is know it is returned, else an attempt
is made to instantiate one and filter it for the current item.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic IMapper GetParent()
Public Function GetParent As IMapper
Return Value
Type:
IMapperThe related mapper instance or null.
See Also