Ejemplo n.º 1
0
 public int ColumnBytes(Sqlite3Statement stmt, int index)
 {
     return(X64Interop.ColumnBytes(stmt, index));
 }