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; }
Public ReadOnly Property Mapper As IMapper
Get
Property Value
Type:
IMapperThe contained IMapper object
See Also