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