共用方式為


DbExpressionBuilder.Element(DbExpression) 方法

定義

建立新的 DbElementExpression,它會將集合轉換成單一子句。

public static System.Data.Entity.Core.Common.CommandTrees.DbElementExpression Element (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Element : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbElementExpression
<Extension()>
Public Function Element (argument As DbExpression) As DbElementExpression

參數

argument
DbExpression

指定輸入集的運算式。

傳回

DbElementExpression,表示將集合引數轉換成單一子句。

例外狀況

引數為 null。

引數沒有集合結果型別。

適用於