public object Read(IDataReader reader, int index)
 {
     return(m_Type.Get(reader, index));
 }