コード例 #1
0
ファイル: MssTableCreator.cs プロジェクト: radtek/ACopy
 public void IntColumn()
 {
     CreateTable("int", TestTableCreator.GetIntSqlValue());
 }