DatabaseUtils.InsertHelper.PrepareForReplace 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.
Caution
deprecated
Prepare the InsertHelper for a replace.
[Android.Runtime.Register("prepareForReplace", "()V", "GetPrepareForReplaceHandler")]
[System.Obsolete("deprecated")]
public virtual void PrepareForReplace ();
[<Android.Runtime.Register("prepareForReplace", "()V", "GetPrepareForReplaceHandler")>]
[<System.Obsolete("deprecated")>]
abstract member PrepareForReplace : unit -> unit
override this.PrepareForReplace : unit -> unit
- Attributes
Remarks
Prepare the InsertHelper for a replace. The pattern for this is: <ul> <li>prepareForReplace() <li>bind(index, value); <li>bind(index, value); <li>... <li>bind(index, value); <li>execute(); </ul>
Java documentation for android.database.DatabaseUtils.InsertHelper.prepareForReplace()
.
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.