Freigeben über


RelatedEnd.IRelatedEnd.CreateSourceQuery-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Gibt eine IEnumerable zurück, die die zum verknüpften Ende gehörenden Objekte darstellt.

Namespace:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")> _
Private Function CreateSourceQuery As IEnumerable 
    Implements IRelatedEnd.CreateSourceQuery
'Usage
Dim instance As RelatedEnd 
Dim returnValue As IEnumerable 

returnValue = CType(instance, IRelatedEnd).CreateSourceQuery()
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
IEnumerable IRelatedEnd.CreateSourceQuery()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
private:
virtual IEnumerable^ CreateSourceQuery() sealed = IRelatedEnd::CreateSourceQuery
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private abstract CreateSourceQuery : unit -> IEnumerable 
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private override CreateSourceQuery : unit -> IEnumerable
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Rückgabewert

Typ: System.Collections.IEnumerable
Eine IEnumerable, die die zum verknüpften Ende gehörenden Objekte darstellt.

Implements

IRelatedEnd.CreateSourceQuery()

Siehe auch

Verweis

RelatedEnd Klasse

System.Data.Entity.Core.Objects.DataClasses-Namespace