SQLiteDatabase.SyncedTables Property
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
Deprecated.
[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IDictionary<string,string>? SyncedTables { [Android.Runtime.Register("getSyncedTables", "()Ljava/util/Map;", "GetGetSyncedTablesHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSyncedTables", "()Ljava/util/Map;", "GetGetSyncedTablesHandler")>]
member this.SyncedTables : System.Collections.Generic.IDictionary<string, string>
Property Value
- Attributes
Remarks
Deprecated.
This member is deprecated. This method no longer serves any useful purpose and has been deprecated.
Java documentation for android.database.sqlite.SQLiteDatabase.getSyncedTables()
.
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.