QueryDataEntity Relations Property

Dictionary containing the list of related entities, the key is the relationship name.

Namespace:  Scribe.Core.ConnectorApi.Query

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

Syntax

public   Dictionary<string, List<QueryDataEntity>> Relations { get; set; }

Property Value

Type: DictionaryString, ListQueryDataEntity

See

QueryDataEntity Class

Scribe.Core.ConnectorApi.Query Namespace