EntityCached Property

When set to true, whenever this Entity is used within a Relation the data will be cached.

Definition

Namespace: Firefly.Box.Data
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool Cached { get; set; }

Property Value

Boolean

Remarks

Caching only works if the Relation.Where is unique. the uniqueness is checked against the PrimaryKeyColumns and the Indexes collection

See Also