Exemplo n.º 1
0
 public static object ToDBObject(DBInt32 aDBType)
 {
     if ((aDBType == 0) || !aDBType.HasValue)
     {
         return(DBNull.Value);
     }
     return((int)aDBType);
 }
Exemplo n.º 2
0
 public static object ToDBObject(DBInt32 aDBType)
 {
     if ((aDBType == 0) || !aDBType.HasValue)
     {
         return DBNull.Value;
     }
     return (int) aDBType;
 }