Relationship IsRequired Property

Gets or sets a value indicating whether the relationship is required or not. If true only entities that contain children on this relationship will be returned.

Namespace:  Scribe.Core.ConnectorApi.Query

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

Syntax

[DataMemberAttribute(Order = 2)]
public   bool   IsRequired { get; set; }

Property Value

Type: Boolean

See

Relationship Class

Scribe.Core.ConnectorApi.Query Namespace