Condividi tramite


Metodo RelatedEnd.IRelatedEnd.CreateSourceQuery

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Restituisce un oggetto IEnumerable che rappresenta gli oggetti appartenenti all'entità finale correlata.

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")> _
Private Function CreateSourceQuery As IEnumerable 
    Implements IRelatedEnd.CreateSourceQuery
'Utilizzo
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.

Valore restituito

Tipo: System.Collections.IEnumerable
Oggetto IEnumerable che rappresenta gli oggetti appartenenti all'entità finale correlata.

Implements

IRelatedEnd.CreateSourceQuery()

Vedere anche

Riferimento

RelatedEnd Classe

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses