public virtual void ReadData(FastBinaryReader reader, Object additionalInfo)
 {
     FbOwnsData = true;
     FData      = reader.ReadDataSet();
 }