Condividi tramite


Proprietà DbJoinExpression.Left

[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 DbExpressionBinding che fornisce l'input di sinistra.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Left As DbExpressionBinding 
    Get
'Utilizzo
Dim instance As DbJoinExpression 
Dim value As DbExpressionBinding 

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

Valore proprietà

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

Vedere anche

Riferimento

DbJoinExpression Classe

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