Fixed logging in sample

This commit is contained in:
Koen Bekkenutte
2021-10-26 18:54:03 +08:00
parent 8c611b9fd4
commit cd3ee16676
+1 -1
View File
@@ -42,7 +42,7 @@ namespace ReadmeSample
var result = query.First();
Console.WriteLine($"Jons latest order had a grant total of {result.GrandTotal}");
Console.WriteLine($"The following query was used to fetch the results:");
Console.WriteLine($"The following query was used to fetch the results: {query.ToQueryString()}");
}
}
}