Skip to content

EntityAttrKind enum

Represents an attribute’s kind

public enum EasyData.EntityAttrKind
: Enum

Package: EasyData.Core (targets: netstandard2.0)

Assembly: EasyData.Core.dll

NameValueDescription
Data0The data attribute represents a field in some database table
Virtual1The virtual or calculated attribute does not has a direct representations in a database. It is defined as a calculation of few data attributes (fields)
Lookup2The lookup attribute represents the connection between two entities. It usually correspond to a navigation property in a model class.