コード例 #1
0
ファイル: SqlStatement.cs プロジェクト: xiaolu6t6t/NFinal
 public SqlStatement(string sql, NFinal.DB.DBType dbType)
 {
     sqlInfo = new SqlInfo(sql, dbType);
 }