DataEntity Children Property

Children of this Entity. These are defined by a parent child relationship, such as Foreign.

Namespace:  Scribe.Core.ConnectorApi

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

Syntax

[DataMemberAttribute(Order = 2)]
public   EntityChildren   Children { get; set; }

Property Value

Type: EntityChildren

See

DataEntity Class

Scribe.Core.ConnectorApi Namespace