IModelRelationship<TRelating, TRelated>.GetRelatedRelationshipEntries Method
Gets a list of the related relationship entries.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetRelatedRelationshipEntries As IList(Of IModelRelationshipEntry)
'Usage
Dim instance As IModelRelationship
Dim returnValue As IList(Of IModelRelationshipEntry)
returnValue = instance.GetRelatedRelationshipEntries()
IList<IModelRelationshipEntry> GetRelatedRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetRelatedRelationshipEntries()
function GetRelatedRelationshipEntries() : 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.
See Also
Reference
IModelRelationship<TRelating, TRelated> Interface