Udostępnij za pośrednictwem


DbExpressionBuilder.IsOfOnly(DbExpression, TypeUsage) Metoda

Definicja

Tworzy nowe DbIsOfExpression wyrażenie, które określa, czy dany argument jest określonego typu, i tylko tego typu (a nie podtypu).

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

Parametry

argument
DbExpression

Wyrażenie określające wystąpienie.

type
TypeUsage

Metadane typu określające typ, do którego ma zostać porównany typ wyniku wystąpienia.

Zwraca

Nowy dbIsOfExpression z określonym wystąpieniem i typem i DbExpressionKind IsOfOnly.

Wyjątki

argument lub typ ma wartość null.

typ nie znajduje się w tej samej hierarchii typów, co typ wyniku argumentu.

Dotyczy