Método IModelRelationship<TFrom, TTo>.GetReferencedElements
Obtém uma lista dos elementos relacionados.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Function GetReferencedElements As IList(Of TTo)
IList<TTo> GetReferencedElements()
IList<TTo>^ GetReferencedElements()
abstract GetReferencedElements : unit -> IList<'TTo>
function GetReferencedElements() : IList<TTo>
Valor de retorno
Tipo: System.Collections.Generic.IList<TTo>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IModelRelationship<TFrom, TTo> Interface