Click or drag to resize

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; }

Property Value

Type: Boolean
See Also