Add whereByFields code / tests

- Add wrapper class for unnamed field parameters
- Support table qualifiers by field
- Support dot access to document fields/sub-fields
This commit is contained in:
2024-08-07 16:39:15 -04:00
parent e96c449324
commit e2232e91bb
10 changed files with 695 additions and 373 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>