コード例 #1
0
 int ISQLite3Provider.Sqlite3DataCount(IntPtr stm)
 {
     return(SQLite3RuntimeProvider.sqlite3_data_count(stm.ToInt64()));
 }