SQLiteDatabase.IsDbLockedByCurrentThread Property

Definition

Returns true if the current thread is holding an active connection to the database.

public virtual bool IsDbLockedByCurrentThread { [Android.Runtime.Register("isDbLockedByCurrentThread", "()Z", "GetIsDbLockedByCurrentThreadHandler")] get; }
[<get: Android.Runtime.Register("isDbLockedByCurrentThread", "()Z", "GetIsDbLockedByCurrentThreadHandler")>]
member this.IsDbLockedByCurrentThread : bool

Property Value

Boolean

True if the current thread is holding an active connection to the database.

Attributes

Remarks

Java documentation for android.database.sqlite.SQLiteDatabase.isDbLockedByCurrentThread().

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