Example #1
0
 public ColType ColumnType(Sqlite3Statement stmt, int index)
 {
     return(X86Interop.ColumnType(stmt, index));
 }