IModelAnnotation.GetRelationshipEntries (Método)

Devuelve una lista de las entradas de la relación a las que se adjunta esta anotación.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Function GetRelationshipEntries As IList(Of IModelRelationshipEntry)
IList<IModelRelationshipEntry> GetRelationshipEntries()
IList<IModelRelationshipEntry^>^ GetRelationshipEntries()
abstract GetRelationshipEntries : unit -> IList<IModelRelationshipEntry> 
function GetRelationshipEntries() : IList<IModelRelationshipEntry>

Valor devuelto

Tipo: System.Collections.Generic.IList<IModelRelationshipEntry>
Una interfaz IList<T> cuyo tipo es IModelRelationshipEntry.

Seguridad de .NET Framework

Vea también

Referencia

IModelAnnotation Interfaz

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

IModelRelationshipEntry