Example #1
0
 public int ColumnCount(Sqlite3Statement stmt)
 {
     return(X86Interop.ColumnCount(stmt));
 }