ThinDetailCreateMapper Method |
Instantiate the mapper object. Virtual so that derived class can instantiate its
preferred mapper implementation.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected virtual IMapper CreateMapper()
Protected Overridable Function CreateMapper As IMapper
Return Value
Type:
IMapperThe newly created mapper.
See Also