共用方式為


DbExpressionBuilder.TreatAs(DbExpression, TypeUsage) 方法

定義

建立新的 DbTreatExpression

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

參數

argument
DbExpression

指定執行個體的運算式。

treatType
TypeUsage

所要視為之目標型別的型別中繼資料。

傳回

含有指定之引數及型別的新 DbTreatExpression。

例外狀況

argumenttreatType 為 null。

treatType 不在與 argument 之結果型別相同的型別階層中。

備註

DbTreatExpression 需要 argument 具有多型結果型別,而且 treatType 是與該結果類型相同類型階層中的類型。

適用於