Click or drag to resize

RelatedMapperContext Constructor

Overload List
  NameDescription
Public methodRelatedMapperContext(IAppContext)
Default constructor that tries to determine and use the current parent mapper from the QueryString.
Public methodRelatedMapperContext(IMapper)
Create the context using an existing mapper. The mapper will NOT be closed. It is the responsibility of the caller to close the mapper.
Public methodRelatedMapperContext(IAppContext, String, String)
Fully-qualified constructor.
Top
See Also