예제 #1
0
 public ColType ColumnType(Sqlite3Statement stmt, int index)
 {
     return(X64Interop.ColumnType(stmt, index));
 }