コード例 #1
0
 string ISQLite3Provider.sqlite3_errstr(int rc)
 {
     return(util.from_utf8(new IntPtr(SQLite3RuntimeProvider.sqlite3_errstr(rc))));
 }