SQLiteDatabase.SetTransactionSuccessful Method
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.
Marks the current transaction as successful.
[Android.Runtime.Register("setTransactionSuccessful", "()V", "GetSetTransactionSuccessfulHandler")]
public virtual void SetTransactionSuccessful ();
[<Android.Runtime.Register("setTransactionSuccessful", "()V", "GetSetTransactionSuccessfulHandler")>]
abstract member SetTransactionSuccessful : unit -> unit
override this.SetTransactionSuccessful : unit -> unit
- Attributes
Exceptions
if the current thread is not in a transaction or the transaction is already marked as successful.
Remarks
Java documentation for android.database.sqlite.SQLiteDatabase.setTransactionSuccessful().
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.