Пример #1
0
 public int ColumnInt(Sqlite3Statement stmt, int index)
 {
     return(X86Interop.ColumnInt(stmt, index));
 }