Click or drag to resize

FieldKernelFieldID Property

The primary key for the field record in the database. This is unique across all fields in all mappers. The Key is only unique within a single mapper. FieldID is a GUID.

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

Property Value

Type: String

Implements

IFieldFieldID
See Also