共用方式為


DbExpressionBuilder.CastTo(DbExpression, TypeUsage) 方法

定義

建立新的 DbCastExpression,它會將轉換運算套用至多型引數。

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

參數

argument
DbExpression

要套用轉換的引數。

toType
TypeUsage

型別中繼資料,其指定要轉換到的型別。

傳回

具有指定之引數及目標型別的新 DbCastExpression。

例外狀況

ArgumenttoType 為 null。

指定的轉型無效。

適用於