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"); }
public ulong GetUInt64() { return(RefObject.GetUInt64()); }