netcoreapp2.2
namespace SQLitePCL
{
public static class raw
{
public static int sqlite3_blob_open(sqlite3 db, byte[] db_utf8, byte[] table_utf8, byte[] col_utf8, long rowid, int flags, out sqlite3_blob blob);
}
}
.NET Core | 2.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | SQLitePCLRaw.core , Version=1.1.12.351, PublicKeyToken=1488e028ca7ab535 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |