Skip to content

Commit

Permalink
Update docs/documents/querying/advanced-sql.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Berger <[email protected]>
  • Loading branch information
e-tobi and pascalberger authored Mar 25, 2024
1 parent 1a5c797 commit 18d17d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documents/querying/advanced-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For document types the correct order of columns in the result is:
10. `mt_deleted` - only if this metadata is enabled
11. `mt_deleted_at` - only if this metadata is enabled

You can always check the the correct result column order, by inspecting the command text created from a Linq query: `var commandText = session.Query<T>().ToCommand().CommandText;`
You can always check the correct result column order, by inspecting the command text created from a Linq query: `var commandText = session.Query<T>().ToCommand().CommandText;`

Querying for a simple scalar value can be done like this:

Expand Down

0 comments on commit 18d17d7

Please sign in to comment.