Click or drag to resize

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()

Return Value

Type: IMapper
The newly created mapper.
See Also