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