Пример #1
0
 public DateEx GetDateEx()
 {
     if (m_fields[m_curField].Changed)
     {
         return((DateEx)m_fields[m_curField].Value);
     }
     if (m_original != null)
     {
         return(m_original.GetDateEx());
     }
     throw new CdlTableError("DBSH-00022 Cannot convert null to dateex");
 }
Пример #2
0
 public DateEx GetDateEx()
 {
     return(RefObject.GetDateEx());
 }