Click or drag to resize

ObjectTypeHasRelationship Method

Returns True if the relationship exists in the child table collection.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool HasRelationship(
	string objectType
)

Parameters

objectType
Type: SystemString
The object type of the relationship.

Return Value

Type: Boolean
True if such a relationship exists, else False.
See Also