Share via


IModelAnnotation.GetRelationshipEntries Method

Returns a list of the relationship entries to which this annotation is attached.

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

Syntax

'Declaration
Function GetRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetRelationshipEntries()
abstract GetRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetRelationshipEntries() : IList<IModelRelationshipEntry>

Return Value

Type: System.Collections.Generic.IList<IModelRelationshipEntry>
An IList<T> of type IModelRelationshipEntry.

.NET Framework Security

See Also

Reference

IModelAnnotation Interface

Microsoft.Data.Schema.SchemaModel Namespace

IModelRelationshipEntry