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

Metadata: Bring back SqlServerDbFunctionConvention #21388

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

smitpatel
Copy link
Member

Resolve #20182

namespace Microsoft.EntityFrameworkCore.Metadata.Conventions
{
/// <summary>
/// A convention that ensures that <see cref="IDbFunction.Schema"/> is populated for database functions which are not built-in.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you determine that they are built-in?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is coming in #17268 (submitting PR for that once this is approved).

Just future-proof documentation. 😄

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can improve this in next PR by referring the IsBuiltIn property too.

@smitpatel smitpatel merged commit 2213f95 into master Jun 23, 2020
@smitpatel smitpatel deleted the smit/cannotdecideaname branch June 23, 2020 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metadata: Bring back SqlServerDbFunctionConvention
2 participants