Click or drag to resize

IFieldDatabase 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.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
IDatabase Database { get; set; }

Property Value

Type: IDatabase
See Also