Condividi tramite


Proprietà DbBinaryExpression.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 DbExpression che definisce l'argomento a sinistra.

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

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property Left As DbExpression 
    Get
'Utilizzo
Dim instance As DbBinaryExpression 
Dim value As DbExpression 

value = instance.Left
public virtual DbExpression Left { get; }
public:
virtual property DbExpression^ Left {
    DbExpression^ get ();
}
abstract Left : DbExpression 
override Left : DbExpression
function get Left () : DbExpression

Valore proprietà

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

Vedere anche

Riferimento

DbBinaryExpression Classe

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