You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyApp/_pages/autoquery/crud.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ and to Query the Rockstar table you have the [full featureset of AutoQuery](/aut
134
134
135
135
## Custom AutoQuery CRUD Implementation
136
136
137
-
Just as you can create [Custom AutoQuery Implementations](/autoquery/rdbms.html#custom-autoquery-implementations) to override the default AutoQuery behavior
137
+
Just as you can create [Custom AutoQuery Implementations](/autoquery/rdbms#custom-autoquery-implementations) to override the default AutoQuery behavior
138
138
you can also override AutoQuery CRUD implementations by creating implementations with AutoQuery CRUD Request DTOs and calling the relevate `IAutoQueryDb` method, e.g:
Copy file name to clipboardExpand all lines: MyApp/_pages/autoquery/rdbms.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1055,7 +1055,7 @@ AutoQuery combines all other aggregate functions like `Total` and executes them
1055
1055
### Hybrid AutoQuery Services
1056
1056
1057
1057
AutoQueryServicescanbeeasilyenhancedbycreatingacustomServiceimplementationthatmodifiesthe `SqlExpression` QuerythatAutoQueryautopopulatesfromtheincomingrequest. InadditiontousingOrmLite's typed API to perform standard DB queries you can also take advantage of advanced RDBMS features with custom SQL fragments. As an example we'lllookattheimplementationof [techstacks.io](https://github.com/NetCoreApps/TechStacks) fundamental
whichpowerseveryPostfeedinTechStackswhereitscustomimplementationinheritsallqueryablefunctionalityofits `QueryDb<Post>` AutoQueryServiceandaddshigh-levelfunctionalityfor `AnyTechnologyIds` and `Is` customhigh-levelpropertiesthat's used to query multiple columns behind-the-scenes.
0 commit comments