IModelElement.GetRelationships Method

Returns a list of the relationships in this element.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Function GetRelationships As IList(Of IModelRelationship)
IList<IModelRelationship> GetRelationships()
IList<IModelRelationship^>^ GetRelationships()
abstract GetRelationships : unit -> IList<IModelRelationship> 
function GetRelationships() : IList<IModelRelationship>

Return Value

Type: System.Collections.Generic.IList<IModelRelationship>
An IList<T> of type IModelRelationshipEntry.

.NET Framework Security

See Also

Reference

IModelElement Interface

Microsoft.Data.Schema.SchemaModel Namespace

IModelRelationshipEntry