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