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)Remarks
If not implemented or if FALSE is returned, then the default retrieval algorithm will be used