Esempio n. 1
0
 internal static SqlType Int32Enum <T>(_Int32Enum <T> column)
     where T : struct, IConvertible
 {
     return(new Int32EnumType <T>(column));
 }
Esempio n. 2
0
 public Int32EnumType(_Int32Enum <T> column)
 {
     Column = column;
 }