示例#1
0
 internal static SqlType Int64Enum <T>(_Int64Enum <T> column)
     where T : struct, IConvertible
 {
     return(new Int64EnumType <T>(column));
 }
示例#2
0
 public Int64EnumType(_Int64Enum <T> column)
 {
     Column = column;
 }