Click or drag to resize

FieldKernelRepository Property

The repository IDatabase used by the field. The repository holds the field's meta-data. Operational data is stored in the Database.

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

Property Value

Type: IDatabase

Implements

IFieldRepository
See Also