Click or drag to resize

TypedMapperMapper Property

Gets the underlying mapper

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IMapper Mapper { get; }

Property Value

Type: IMapper
The contained IMapper object
See Also