Sdílet prostřednictvím


DbExpressionBuilder.CastTo(DbExpression, TypeUsage) Metoda

Definice

Vytvoří nový DbCastExpression , který použije operaci přetypování na polymorfní argument.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbCastExpression ^ CastTo(System::Data::Common::CommandTrees::DbExpression ^ argument, System::Data::Metadata::Edm::TypeUsage ^ toType);
public static System.Data.Common.CommandTrees.DbCastExpression CastTo (this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage toType);
static member CastTo : System.Data.Common.CommandTrees.DbExpression * System.Data.Metadata.Edm.TypeUsage -> System.Data.Common.CommandTrees.DbCastExpression
<Extension()>
Public Function CastTo (argument As DbExpression, toType As TypeUsage) As DbCastExpression

Parametry

argument
DbExpression

Argument, na který se má použít přetypování.

toType
TypeUsage

Zadejte metadata určující typ, na který se má přetypovat.

Návraty

Nový DbCastExpression se zadaným argumentem a cílovým typem.

Výjimky

Argument nebo toType je null.

Zadané přetypování není platné.

Platí pro