ModelStore.Element.GetRelatedRelationshipEntries Method

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

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

Syntax

'Declaration
Public Function GetRelatedRelationshipEntries As IList(Of IModelRelationshipEntry)
'Usage
Dim instance As ModelStore..::..Element
Dim returnValue As IList(Of IModelRelationshipEntry)

returnValue = instance.GetRelatedRelationshipEntries()
public IList<IModelRelationshipEntry> GetRelatedRelationshipEntries()
public:
virtual IList<IModelRelationshipEntry^>^ GetRelatedRelationshipEntries() sealed
public final function GetRelatedRelationshipEntries() : IList<IModelRelationshipEntry>
abstract GetRelatedRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
override GetRelatedRelationshipEntries : unit -> IList<IModelRelationshipEntry> 

Return Value

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

Implements

IModelElement.GetRelatedRelationshipEntries()

.NET Framework Security

See Also

Reference

ModelStore.Element Class

ModelStore.Element Members

Microsoft.Data.Schema.SchemaModel Namespace