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
)
Public Function HasRelationship (
objectType As String
) As Boolean
Parameters
- objectType
- Type: SystemString
The object type of the relationship.
Return Value
Type:
BooleanTrue if such a relationship exists, else False.
See Also