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
- 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.