Condividi tramite


DbExpressionBuilder.IsOfOnly(DbExpression, TypeUsage) Metodo

Definizione

Crea una nuova espressione DbIsOfExpression che determina se l'argomento specificato è del tipo specificato ed esclusivamente di tale tipo (non di un sottotipo).

public static System.Data.Entity.Core.Common.CommandTrees.DbIsOfExpression IsOfOnly (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument, System.Data.Entity.Core.Metadata.Edm.TypeUsage type);
static member IsOfOnly : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Metadata.Edm.TypeUsage -> System.Data.Entity.Core.Common.CommandTrees.DbIsOfExpression
<Extension()>
Public Function IsOfOnly (argument As DbExpression, type As TypeUsage) As DbIsOfExpression

Parametri

argument
DbExpression

Espressione che specifica l'istanza.

type
TypeUsage

Metadati di tipo che specificano il tipo con cui deve essere confrontato il tipo di risultato dell'istanza.

Restituisce

Nuovo DbIsOfExpression con l'istanza e il tipo specificati e DbExpressionKind IsOfOnly.

Eccezioni

argomento o tipo è Null.

il tipo non è nella stessa gerarchia di tipi del tipo di argomento.

Si applica a