Click or drag to resize

FieldKernelDatabase Property

The data IDatabase used by the field. The data database holds the field's operational data. Meta-data is stored in the Repository.

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

IFieldDatabase
See Also