QueryBuilder.Skip<'T,'Q> 方法 (F#)
查詢運算子,會略過目前選取之項目中的指定數目,並選取其餘的項目。
Namespace/Module Path:Microsoft.FSharp.Linq
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
member this.Skip : QuerySource<'T,'Q> * int -> QuerySource<'T,'Q>
// Usage:
queryBuilder.Skip (source, count)
參數
source
型別: QuerySource<'T,'Q>輸入查詢。
count
型別:int略過的項目數目。
傳回值
查詢的結果。
備註
如需詳細資訊和範例,請參閱 查詢運算式 (F#)。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:在 4.0Supported:4.0,可攜式執行檔 (PE)。