IModelAnnotation.GetRelationshipEntries Method
Returns a list of the relationship entries this annotation is attached to.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetRelationshipEntries As IList(Of IModelRelationshipEntry)
'Usage
Dim instance As IModelAnnotation
Dim returnValue As IList(Of IModelRelationshipEntry)
returnValue = instance.GetRelationshipEntries()
IList<IModelRelationshipEntry> GetRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetRelationshipEntries()
function GetRelationshipEntries() : 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.