Click or drag to resize

MapperKernelIsDetail Property

Gets whether or not this mapper is a detail mapper. Currently this is true only for MapperDetail implementations of the mapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual bool IsDetail { get; }

Property Value

Type: Boolean
See Also