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

Support configuring parameters with constant values for sproc mapping #28438

Open
Tracked by #22959 ...
AndriySvyryd opened this issue Jul 13, 2022 · 0 comments
Open
Tracked by #22959 ...

Comments

@AndriySvyryd
Copy link
Member

AndriySvyryd commented Jul 13, 2022

They could be used to specify the operation type, entity type (when no discriminator) or to send default for missing values

Another use is to act as placeholders when mapping several entity types to the same sproc, see #28434

Validate properties are mapped to the same columns/parameters and directions match when mapped to the same sproc for insert and update

Split off from #245

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