monoandroid
namespace Android.Database.Sqlite
{
[Register("android/database/sqlite/SQLiteDatabase", DoNotGenerateAcw = true)]
public class SQLiteDatabase : SQLiteClosable
{
[Register("replaceOrThrow", "(Ljava/lang/String;Ljava/lang/String;Landroid/content/ContentValues;)J", "GetReplaceOrThrow_Ljava_lang_String_Ljava_lang_String_Landroid_content_ContentValues_Handler")]
public virtual long ReplaceOrThrow(string? table, string? nullColumnHack, ContentValues? initialValues);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |