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