Udostępnij za pośrednictwem


DbExpressionBuilder.IsOf(DbExpression, TypeUsage) Metoda

Definicja

Tworzy nowy DbIsOfExpression , który określa, czy dany argument ma określony typ, czy podtyp.

public static System.Data.Entity.Core.Common.CommandTrees.DbIsOfExpression IsOf (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument, System.Data.Entity.Core.Metadata.Edm.TypeUsage type);
static member IsOf : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Metadata.Edm.TypeUsage -> System.Data.Entity.Core.Common.CommandTrees.DbIsOfExpression
<Extension()>
Public Function IsOf (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 być porównywany typ wyniku wystąpienia.

Zwraca

Nowa baza danych DbIsOfExpression z określonym wystąpieniem i typem i dbExpressionKind IsOf.

Wyjątki

argument lub typ ma wartość null.

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

Dotyczy