Exemplo n.º 1
0
 public long ColumnInt64(Sqlite3Statement stmt, int index)
 {
     return(X64Interop.ColumnInt64(stmt, index));
 }