QueryEntity RelationshipToParent Property

The description of the QueryEntity's relationship to its Parent QueryEntity. Will be set to NULL if the QueryEntity is the RootQueryEntity.

Namespace:  Scribe.Core.ConnectorApi.Query
Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

[DataMemberAttribute(Order = 5)]
public Relationship RelationshipToParent { get; set; }

Property Value

Type: Relationship

See

QueryEntity Class

Scribe.Core.ConnectorApi.Query Namespace