Partager via


RelationshipManager.GetAllRelatedEnds, méthode

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Retourne une énumération de toutes les terminaisons connexes gérées par le gestionnaire de relations.

Espace de noms :  System.Data.Entity.Core.Objects.DataClasses
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Function GetAllRelatedEnds As IEnumerable(Of IRelatedEnd)
'Utilisation
Dim instance As RelationshipManager 
Dim returnValue As IEnumerable(Of IRelatedEnd)

returnValue = instance.GetAllRelatedEnds()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public IEnumerable<IRelatedEnd> GetAllRelatedEnds()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
IEnumerable<IRelatedEnd^>^ GetAllRelatedEnds()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
member GetAllRelatedEnds : unit -> IEnumerable<IRelatedEnd> 
public function GetAllRelatedEnds() : IEnumerable<IRelatedEnd>

Valeur de retour

Type : System.Collections.Generic.IEnumerable<IRelatedEnd>
IEnumerable<T> des objets qui implémentent IRelatedEnd.Une énumération vide est retournée lorsque les relations n'ont pas encore été remplies.

Voir aussi

Référence

RelationshipManager Classe

Espace de noms System.Data.Entity.Core.Objects.DataClasses