Condividi tramite


Proprietà DbBinaryExpression.Right

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

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

Sintassi

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

value = instance.Right
public virtual DbExpression Right { get; }
public:
virtual property DbExpression^ Right {
    DbExpression^ get ();
}
abstract Right : DbExpression 
override Right : DbExpression
function get Right () : 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