ModelStore.Annotation.GetRelationshipEntries Method
Returns the relationship entries this annotation is attached to.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetRelationshipEntries As IList(Of IModelRelationshipEntry)
'Usage
Dim instance As ModelStore.Annotation
Dim returnValue As IList(Of IModelRelationshipEntry)
returnValue = instance.GetRelationshipEntries()
public IList<IModelRelationshipEntry> GetRelationshipEntries()
public:
virtual IList<IModelRelationshipEntry^>^ GetRelationshipEntries() sealed
public final function GetRelationshipEntries() : IList<IModelRelationshipEntry>
Return Value
Type: System.Collections.Generic.IList<IModelRelationshipEntry>
Implements
IModelAnnotation.GetRelationshipEntries()
.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.