Android.Database.Sqlite.SQLiteDatabase.MarkTableSyncable Method
Mark this table as syncable.

Syntax

[Android.Runtime.Register("markTableSyncable", "(Ljava/lang/String;Ljava/lang/String;)V", "GetMarkTableSyncable_Ljava_lang_String_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual void MarkTableSyncable (string table, string deletedTable)

Parameters

table
the table to mark as syncable
deletedTable
The deleted table that corresponds to the syncable table

Remarks

Mark this table as syncable. When an update occurs in this table the _sync_dirty field will be set to ensure proper syncing operation.

[Android Documentation]

Requirements

Namespace: Android.Database.Sqlite
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1