IModelElement.GetRelatedDanglingRelationshipEntries Method
Returns a list of the dangling 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 GetRelatedDanglingRelationshipEntries As IList(Of IModelRelationshipEntry)
'Usage
Dim instance As IModelElement
Dim returnValue As IList(Of IModelRelationshipEntry)
returnValue = instance.GetRelatedDanglingRelationshipEntries()
IList<IModelRelationshipEntry> GetRelatedDanglingRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetRelatedDanglingRelationshipEntries()
function GetRelatedDanglingRelationshipEntries() : IList<IModelRelationshipEntry>
abstract GetRelatedDanglingRelationshipEntries : unit -> IList<IModelRelationshipEntry>
Return Value
Type: System.Collections.Generic.IList<IModelRelationshipEntry>
.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.