예제 #1
0
 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");
 }
예제 #2
0
 public byte[] GetByteArray()
 {
     return(RefObject.GetByteArray());
 }