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