TypedMapperRequiresClose Property |
Gets whether or not the IMapper object was created by the TypedMapper (and therefore
typically requires a close) vs. an existing IMapper object having been attached to this
TypedMapper.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool RequiresClose { get; }
Public ReadOnly Property RequiresClose As Boolean
Get
Property Value
Type:
BooleanSee Also