QueryDataEntity Properties

The QueryDataEntity type exposes the following members.

Properties

 

Name

Description

Public property

LocalName

The foreign key name of the related table, this will be null if it is the root table

Public property

Name

This is the name that has been assigned by the user, This is a one to one mapping to the 'Name' property in the QueryEntity

Public property

ObjectDefinitionFullName

This is the name of the table in the database

Public property

ParentQueryDataEntity

The query table that this query table is a child of, if this is the root query table this will be null

Public property

Properties

The columns for the table

Public property

Relations

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

Public property

RelationToParent

The relationship to the parent query table, this will be null if this is the root query table

See

QueryDataEntity Class

Scribe.Core.ConnectorApi.Query Namespace