Пример #1
0
 public bool IsNotEnumType(DatabaseColumn column)
 {
     return(!column.IsEnumType());
 }