DbLimitExpression.Limit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得運算式,指定從輸入集合傳回之專案數目的限制。
public System.Data.Entity.Core.Common.CommandTrees.DbExpression Limit { get; }
member this.Limit : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property Limit As DbExpression
屬性值
運算式,指定從輸入集合所傳回項目數的限制。
例外狀況
運算式為 null。
運算式不會與 的命令樹 DbLimitExpression 相關聯,或 不是 或 DbParameterReferenceExpression 的 DbConstantExpression 其中一個,或者其結果類型不等於或提升為 64 位整數類型。