Share via


ModelElement.GetReferencedDanglingRelationshipEntries Method

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

Syntax

'Declaration
Public Function GetReferencedDanglingRelationshipEntries As IList(Of IModelRelationshipEntry)
public IList<IModelRelationshipEntry> GetReferencedDanglingRelationshipEntries()
public:
virtual IList<IModelRelationshipEntry^>^ GetReferencedDanglingRelationshipEntries() sealed
abstract GetReferencedDanglingRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
override GetReferencedDanglingRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
public final function GetReferencedDanglingRelationshipEntries() : IList<IModelRelationshipEntry>

Return Value

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

Implements

IModelElement.GetReferencedDanglingRelationshipEntries()

.NET Framework Security

See Also

Reference

ModelElement Class

Microsoft.Data.Schema.SchemaModel Namespace