Lingua

DbExpressionBuilder.Exists(DbExpression) Metodo

Definizione

Crea un nuovo oggetto DbExpression che determina se l'argomento di set specificato è non vuoto.

public static System.Data.Entity.Core.Common.CommandTrees.DbExpression Exists(this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Exists : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
<Extension()>
Public Function Exists (argument As DbExpression) As DbExpression

Parametri

argument
DbExpression

Espressione che specifica il set di input.

Valori restituiti

Nuovo DbNotExpression applicato al nuovo DbIsEmptyExpression con l'argomento specificato.

Eccezioni

argument è Null.

L'argomento non dispone di un tipo di risultato della raccolta.

Si applica a