Share via


IModelRelationship<TFrom, TTo>.GetReferencedElements 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 GetReferencedElements As IList(Of TTo)
IList<TTo> GetReferencedElements()
IList<TTo>^ GetReferencedElements()
abstract GetReferencedElements : unit -> IList<'TTo> 
function GetReferencedElements() : IList<TTo>

Return Value

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

.NET Framework Security

See Also

Reference

IModelRelationship<TFrom, TTo> Interface

GetReferencedElements Overload

Microsoft.Data.Schema.SchemaModel Namespace