Entity.ParentNode

Entity.ParentNode property

Gets or sets the first parent node, if set the first parent node, this entity will be detached from other parent nodes.

public Node ParentNode { get; set; }

Property Value

The parent node.

See Also