DbExpressionBuilder.CastTo(DbExpression, TypeUsage) Methode

Definition

Erstellt einen neuen DbCastExpression, der eine Umwandlungsoperation auf ein polymorphes Argument anwendet.

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

Parameter

argument
DbExpression

Das Argument, das umgewandelt werden soll.

toType
TypeUsage

Die Typmetadaten, die den umzuwandelnden Typ angeben.

Gibt zurück

Ein neues DbCastExpression mit dem angegebenen Argument und dem Zieltyp.

Ausnahmen

Argument oder toType ist NULL.

Die angegebene Umwandlung ist ungültig.

Gilt für: