GetChildrenOverride Property
Gets or sets a delagate that is called to get the children for an entity during the navigation process.
Syntax
public System.Func<IEntity,List<IEntity>,bool> GetChildrenOverride {get; set;}Public Property GetChildrenOverride As System.Func(Of IEntity,List(Of IEntity),Boolean)