0
bilalhaidar created
Hi, In the case I am writing a custom method to query DB directly as I need to do a complicated query involving Pivot with dynamic pivot columns and multiple columns at the same time.
I am currently adding 2 filters on my query: TenantId and IsDeleted. Do I need to add anything else to make sure data retrieved is per Tenant?
Thanks Bilal
2 Answer(s)
-
0
Hi,
You are right, you don't need additional filter to base filtering...
-
0
Thanks :-)
Are you a developer on the framework?