Exemple #1
0
 public SqlStatement(string sql, NFinal.DB.DBType dbType)
 {
     sqlInfo = new SqlInfo(sql, dbType);
 }