Click or drag to resize

MapperKernelDatabase Property

The data IDatabase used by the mapper. The data database holds the mapper's operational data.

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

Property Value

Type: IDatabase

Implements

IMapperDatabase
See Also