0
shobhit created
- ABP Framework version: v4.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:NO
- Steps to reproduce the issue:" NA Scenario: get a user details who has first name as "john" and who lives in "california" and having mobile no "*89".
1- Does ABP provide any capability to get a user relevent data from any abp + custom table (assuming custom tables have userid column) 2- Does ABP provide any wild search capability across all ABP and Custom tables to get data 3- If there is not internal api available then what is the best practice to create a dynamic query and get the data based on above 2 scenarios.
1 Answer(s)
-
0
hi
I think these are related to EF Core. You can use the repository to query data.