共用方式為


DbLimitExpression.Argument 屬性

定義

取得指定輸入集合的運算式。

public System.Data.Entity.Core.Common.CommandTrees.DbExpression Argument { get; }
member this.Argument : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property Argument As DbExpression

屬性值

指定輸入集合的運算式。

例外狀況

運算式為 null。

運算式未與 的 DbLimitExpression 命令樹相關聯,或其結果類型不是集合類型。

適用於