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++)); }
public Binary GetRowVersion() { return(PrimitiveTypeFiller.GetBinary(reader, index++)); }