SQLiteDatabase.IsWriteAheadLoggingEnabled Property

Definition

Returns true if write-ahead logging has been enabled for this database.

public virtual bool IsWriteAheadLoggingEnabled { [Android.Runtime.Register("isWriteAheadLoggingEnabled", "()Z", "GetIsWriteAheadLoggingEnabledHandler")] get; }
[<get: Android.Runtime.Register("isWriteAheadLoggingEnabled", "()Z", "GetIsWriteAheadLoggingEnabledHandler")>]
member this.IsWriteAheadLoggingEnabled : bool

Property Value

Boolean

True if write-ahead logging has been enabled for this database.

Attributes

Remarks

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

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

See also