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