Dela via


IModelRelationship<TRelating, TRelated>.GetRelatedElements Method

Gets a list of the related elements.

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

Syntax

'Declaration
Function GetRelatedElements As IList(Of TRelated)
'Usage
Dim instance As IModelRelationship 
Dim returnValue As IList(Of TRelated)

returnValue = instance.GetRelatedElements()
IList<TRelated> GetRelatedElements()
IList<TRelated>^ GetRelatedElements()
function GetRelatedElements() : IList<TRelated>

Return Value

Type: System.Collections.Generic.IList<TRelated>

.NET Framework Security

See Also

Reference

IModelRelationship<TRelating, TRelated> Interface

IModelRelationship<TRelating, TRelated> Members

Microsoft.Data.Schema.SchemaModel Namespace