Share via


SQLiteDatabase.OpenParams.SynchronousMode Property

Definition

Returns synchronous mode.

public string SynchronousMode { [Android.Runtime.Register("getSynchronousMode", "()Ljava/lang/String;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getSynchronousMode", "()Ljava/lang/String;", "", ApiSince=28)>]
member this.SynchronousMode : string

Property Value

Attributes

Remarks

Returns synchronous mode. If not set, a system wide default will be used.

Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getSynchronousMode().

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