RelationEnabled Property

Determines if this Relation is enabled.

Definition

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

Property Value

Boolean

Remarks

If it is not enabled, rows will not be loaded, and will not be saved to the database.

See Also