We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
They could be used to specify the operation type, entity type (when no discriminator) or to send default for missing values
default
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
The text was updated successfully, but these errors were encountered:
AndriySvyryd
No branches or pull requests
They could be used to specify the operation type, entity type (when no discriminator) or to send
default
for missing valuesAnother 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
The text was updated successfully, but these errors were encountered: