public Byte[] ExportQueryResult(QueryResult myQueryResult) { return Encoding.UTF8.GetBytes(myQueryResult.ToTEXT().ToString()); }