Condividi tramite


Proprietà DbRelationshipNavigationExpression.NavigationSource

[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.]

Ottiene l'oggetto DbExpression che specifica l'istanza dell'entità finale della relazione 'from' da cui deve essere eseguita la navigazione.

Spazio dei nomi:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property NavigationSource As DbExpression 
    Get
'Utilizzo
Dim instance As DbRelationshipNavigationExpression 
Dim value As DbExpression 

value = instance.NavigationSource
public DbExpression NavigationSource { get; }
public:
property DbExpression^ NavigationSource {
    DbExpression^ get ();
}
member NavigationSource : DbExpression
function get NavigationSource () : DbExpression

Valore proprietà

Tipo: System.Data.Entity.Core.Common.CommandTrees.DbExpression

Vedere anche

Riferimento

DbRelationshipNavigationExpression Classe

Spazio dei nomi System.Data.Entity.Core.Common.CommandTrees