mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-27 04:23:09 +00:00
Fixed logging in sample
This commit is contained in:
@@ -42,7 +42,7 @@ namespace ReadmeSample
|
|||||||
var result = query.First();
|
var result = query.First();
|
||||||
|
|
||||||
Console.WriteLine($"Jons latest order had a grant total of {result.GrandTotal}");
|
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()}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user