Click or drag to resize

MapperKernelAttributes Property

MapperAttrs flags specifying various behaviour of the mapper. This is normally loaded from meta-data during Load.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MapperAttrs Attributes { get; set; }

Property Value

Type: MapperAttrs

Implements

IMapperAttributes
See Also