Gets or sets a value indicating whether this RelationAttribute is lazy.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public bool Lazy{ get; set;}

Field Value

true if lazy; otherwise, false.

See Also