예제 #1
0
 TableQueryILRuntime(SQLiteConnection conn, TableMapping table)
 {
     Connection = conn;
     Table      = table;
 }