CursorWrapper.IsBeforeFirst 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
返回游標是否指向第一列之前的位置。
public virtual bool IsBeforeFirst { [Android.Runtime.Register("isBeforeFirst", "()Z", "GetIsBeforeFirstHandler")] get; }
[<get: Android.Runtime.Register("isBeforeFirst", "()Z", "GetIsBeforeFirstHandler")>]
member this.IsBeforeFirst : bool
屬性值
游標是否位於第一個結果之前。
實作
- 屬性
備註
返回游標是否指向第一列之前的位置。
Android 參考資料。android.database.CursorWrapper.isBeforeFirst
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。