ContentProviderClient.Update Método

Definición

Sobrecargas

Nombre Description
Update(Uri, ContentValues, Bundle)

Vea ContentProvider#update ContentProvider.update.

Update(Uri, ContentValues, String, String[])

Vea ContentProvider#update ContentProvider.update.

Update(Uri, ContentValues, Bundle)

Vea ContentProvider#update ContentProvider.update.

[Android.Runtime.Register("update", "(Landroid/net/Uri;Landroid/content/ContentValues;Landroid/os/Bundle;)I", "GetUpdate_Landroid_net_Uri_Landroid_content_ContentValues_Landroid_os_Bundle_Handler", ApiSince=30)]
public virtual int Update(Android.Net.Uri url, Android.Content.ContentValues? values, Android.OS.Bundle? extras);
[<Android.Runtime.Register("update", "(Landroid/net/Uri;Landroid/content/ContentValues;Landroid/os/Bundle;)I", "GetUpdate_Landroid_net_Uri_Landroid_content_ContentValues_Landroid_os_Bundle_Handler", ApiSince=30)>]
abstract member Update : Android.Net.Uri * Android.Content.ContentValues * Android.OS.Bundle -> int
override this.Update : Android.Net.Uri * Android.Content.ContentValues * Android.OS.Bundle -> int

Parámetros

url
Uri

Este valor no puede ser null.

values
ContentValues

Este valor puede ser null.

extras
Bundle

Este valor puede ser null.

Devoluciones

Consulte ContentProvider.update.

Atributos

Comentarios

Vea ContentProvider#update ContentProvider.update.

Java documentación para android.content.ContentProviderClient.update(android.net.Uri, android.content.ContentValues, android.os.Bundle).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

Update(Uri, ContentValues, String, String[])

Vea ContentProvider#update ContentProvider.update.

[Android.Runtime.Register("update", "(Landroid/net/Uri;Landroid/content/ContentValues;Ljava/lang/String;[Ljava/lang/String;)I", "GetUpdate_Landroid_net_Uri_Landroid_content_ContentValues_Ljava_lang_String_arrayLjava_lang_String_Handler")]
public virtual int Update(Android.Net.Uri url, Android.Content.ContentValues? values, string? selection, string[]? selectionArgs);
[<Android.Runtime.Register("update", "(Landroid/net/Uri;Landroid/content/ContentValues;Ljava/lang/String;[Ljava/lang/String;)I", "GetUpdate_Landroid_net_Uri_Landroid_content_ContentValues_Ljava_lang_String_arrayLjava_lang_String_Handler")>]
abstract member Update : Android.Net.Uri * Android.Content.ContentValues * string * string[] -> int
override this.Update : Android.Net.Uri * Android.Content.ContentValues * string * string[] -> int

Parámetros

url
Uri

Este valor no puede ser null.

values
ContentValues

Este valor puede ser null.

selection
String

Este valor puede ser null.

selectionArgs
String[]

Este valor puede ser null.

Devoluciones

Consulte ContentProvider.update.

Atributos

Excepciones

Comentarios

Vea ContentProvider#update ContentProvider.update.

Java documentación para android.content.ContentProviderClient.update(android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[]).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a