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