コード例 #1
0
 public AlterColumnDefinitionCommand(AlterColumnCommand parent, DbType type, bool isNullable)
     : base(parent)
 {
     _type = type;
     _isNullable = isNullable;
 }
コード例 #2
0
 public AlterColumnDefinitionCommand(AlterColumnCommand parent, DbType type, bool isNullable)
     : base(parent)
 {
     _type       = type;
     _isNullable = isNullable;
 }