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
- 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<TFrom, TTo> Interface