Click or drag to resize

MapperDetailIsDetail 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.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override bool IsDetail { get; }

Property Value

Type: Boolean
See Also