DbExpressionBuilder.OfTypeOnly(DbExpression, TypeUsage) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 DbOfTypeExpression,它會從指定輸入集,產生剛好具有指定型別的項目集。
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbOfTypeExpression ^ OfTypeOnly(System::Data::Common::CommandTrees::DbExpression ^ argument, System::Data::Metadata::Edm::TypeUsage ^ type);
public static System.Data.Common.CommandTrees.DbOfTypeExpression OfTypeOnly (this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage type);
static member OfTypeOnly : System.Data.Common.CommandTrees.DbExpression * System.Data.Metadata.Edm.TypeUsage -> System.Data.Common.CommandTrees.DbOfTypeExpression
<Extension()>
Public Function OfTypeOnly (argument As DbExpression, type As TypeUsage) As DbOfTypeExpression
參數
- argument
- DbExpression
指定輸入集的 DbExpression。
- type
- TypeUsage
型別中繼資料,輸入集項目必須完全符合該型別,才能包含在結果集內。
傳回
含有指定之集合引數和型別以及 OfTypeOnly 之 ExpressionKind 的新 DbOfTypeExpression。
例外狀況
argument
或 type
為 null。
argument
沒有集合結果類型,或者 type
不是做為 argument
集合結果類型之項目類型的相同類型階層架構中的類型。
備註
DbOfTypeExpression 需要 argument
具有具有多型專案型別的集合結果型別,而且 type
是與該元素類型相同型別階層的類型。