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