Ejemplo n.º 1
0
 public ushort GetUInt16()
 {
     if (m_fields[m_curField].Changed)
     {
         return((ushort)m_fields[m_curField].Value);
     }
     if (m_original != null)
     {
         return(m_original.GetUInt16());
     }
     throw new CdlTableError("DBSH-00031 Cannot convert null to ushort");
 }
Ejemplo n.º 2
0
 public ushort GetUInt16()
 {
     return(RefObject.GetUInt16());
 }