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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.