Exemple #1
0
        public Binary GetBinary()
        {
            if (!Db.Settings.AllowLoadingBinaryData)
            {
                throw new Exception("Loading binary data is forbidden by default and has to be allowed explicitly");
            }

            return(PrimitiveTypeFiller.GetBinary(reader, index++));
        }
Exemple #2
0
 public Binary GetRowVersion()
 {
     return(PrimitiveTypeFiller.GetBinary(reader, index++));
 }