SQLiteDatabase.IsDbLockedByOtherThreads Property

Definition

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.

Applies to