Click or drag to resize

RelatedMapperContextGetParent Method

Overload List
  NameDescription
Public methodGetParent
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.
Public methodGetParent(String)
Gets the parent mapper instance, if any, using the specified mapper definition. 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.
Public methodGetParent(String, String)
Gets the parent mapper instance, if any, using the specified mapper definition and filtered on the specified RowKey. 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.
Public methodGetParent(String, String, Flavors)
Gets the parent mapper instance, if any, using the specified mapper definition and filtered on the specified RowKey. 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.
Top
See Also