RelatedMapperContextGetParent Method |
Name | Description | |
---|---|---|
GetParent |
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.
| |
GetParent(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.
| |
GetParent(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.
| |
GetParent(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.
|