Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a way to query a particular entity type only in hierarchy #27951

Open
smitpatel opened this issue May 5, 2022 · 0 comments
Open

Have a way to query a particular entity type only in hierarchy #27951

smitpatel opened this issue May 5, 2022 · 0 comments

Comments

@smitpatel
Copy link
Contributor

Currently when user query for some entity type in database, we always get results for that entity type and all derived types. Using OfType and is operator filter out the type but unless the resulting type is leaf type, it will still fetch derived type. Only way to filter out to get particular type is use discriminator property (or GetType, see #13424) but it requires processing to remove additional tables for TPC/TPT. We can expose that processing via some first-class operator to users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants