IModelElement.GetRelatedRelationshipEntries Method

Returns a list of the relationship entries, where this element is on the left side.

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

Syntax

'Declaration
Function GetRelatedRelationshipEntries As IList(Of IModelRelationshipEntry)
'Usage
Dim instance As IModelElement
Dim returnValue As IList(Of IModelRelationshipEntry)

returnValue = instance.GetRelatedRelationshipEntries()
IList<IModelRelationshipEntry> GetRelatedRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetRelatedRelationshipEntries()
function GetRelatedRelationshipEntries() : IList<IModelRelationshipEntry>
abstract GetRelatedRelationshipEntries : unit -> IList<IModelRelationshipEntry> 

Return Value

Type: System.Collections.Generic.IList<IModelRelationshipEntry>

.NET Framework Security

See Also

Reference

IModelElement Interface

IModelElement Members

Microsoft.Data.Schema.SchemaModel Namespace