DbExpressionBuilder.GreaterThan(DbExpression, DbExpression) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un nuovo oggetto DbComparisonExpression che determina se l'argomento a sinistra è maggiore di quello a destra.
public static System.Data.Entity.Core.Common.CommandTrees.DbComparisonExpression GreaterThan (this System.Data.Entity.Core.Common.CommandTrees.DbExpression left, System.Data.Entity.Core.Common.CommandTrees.DbExpression right);
static member GreaterThan : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbComparisonExpression
<Extension()>
Public Function GreaterThan (left As DbExpression, right As DbExpression) As DbComparisonExpression
Parametri
- left
- DbExpression
Espressione che specifica l'argomento a sinistra.
- right
- DbExpression
Espressione che specifica l'argomento a destra.
Restituisce
Nuovo DbComparisonExpression che rappresenta di tipo maggiore di.
Eccezioni
sinistra o destra è Null.
Nessun tipo di risultato comune paragonabile all'ordine esiste tra sinistra e destra.