SQLiteDatabase.IsDbLockedByOtherThreads Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Always returns false.
[System.Obsolete("deprecated")]
public virtual bool IsDbLockedByOtherThreads { [Android.Runtime.Register("isDbLockedByOtherThreads", "()Z", "GetIsDbLockedByOtherThreadsHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("isDbLockedByOtherThreads", "()Z", "GetIsDbLockedByOtherThreadsHandler")>]
member this.IsDbLockedByOtherThreads : bool
Property Value
False.
- Attributes
Remarks
Always returns false.
There is no longer the concept of a database lock, so this method always returns false.
This member is deprecated. Always returns false. Do not use this method.
Java documentation for android.database.sqlite.SQLiteDatabase.isDbLockedByOtherThreads()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.