public byte[] GetByteArray() { if (m_fields[m_curField].Changed) { return((byte[])m_fields[m_curField].Value); } if (m_original != null) { return(m_original.GetByteArray()); } throw new CdlTableError("DBSH-00019 Cannot convert null to byte array"); }
public byte[] GetByteArray() { return(RefObject.GetByteArray()); }