netcoreapp2.2
namespace SQLitePCL
{
    public interface ISQLite3Provider
    {
        int sqlite3_table_column_metadata(IntPtr db, string dbName, string tblName, string colName, out string dataType, out string collSeq, out int notNull, out int primaryKey, out int autoInc);
    }
}
.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.

  • Built-in API
  • Package-provided API

05/18/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙