Example #1
0
 public Byte[] ExportQueryResult(QueryResult myQueryResult)
 {
     return Encoding.UTF8.GetBytes(myQueryResult.ToJSON().ToString(Formatting.Indented));
 }