netcoreapp2.2
namespace SQLitePCL
{
public interface ISQLite3Provider
{
int sqlite3_wal_checkpoint_v2(IntPtr db, string dbName, int eMode, out int logSize, out int framesCheckPointed);
}
}
.NET Core | 2.02.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. |