-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Move table configuration methods to (OwnedNavigation)TableBuilder
#28205
Comments
Note from triage: Obsolete existing methods. |
Thinking about this again, maybe it's OK to leave the current methods on EntityTypeBuilder as easy sugar for when you don't map to multiple tables (which is the majority case, after all)... Would also avoid the obsoletion/breaking change... |
These methods only apply to tables and if we leave them they could me misinterpreted as somehow applicable to views/functions/sprocs |
Comment specifically could actually work on those other things. For the other two, throwing if they're applied on a non-table could be reasonable - just to provide the shortcut and prevent the break. But am OK for removal if there are strong feelings here. |
Yes, hence the confusion since it won't be applied |
ConventionsBuilder -> ConventionSetBuilder AreRowsAffectedReturned -> IsRowsAffectedReturned IStoreStoredProcedureReturn -> IStoreStoredProcedureReturnValue Fixes #28205
ConventionsBuilder -> ConventionSetBuilder AreRowsAffectedReturned -> IsRowsAffectedReturned IStoreStoredProcedureReturn -> IStoreStoredProcedureReturnValue Fixes #28205
ConventionsBuilder -> ConventionSetBuilder AreRowsAffectedReturned -> IsRowsAffectedReturned IStoreStoredProcedureReturn -> IStoreStoredProcedureReturnValue Fixes #28205
ConventionsBuilder -> ConventionSetBuilder AreRowsAffectedReturned -> IsRowsAffectedReturned IStoreStoredProcedureReturn -> IStoreStoredProcedureReturnValue Fixes #28205
ConventionsBuilder -> ConventionSetBuilder AreRowsAffectedReturned -> IsRowsAffectedReturned IStoreStoredProcedureReturn -> IStoreStoredProcedureReturnValue Fixes #28205
HasComment
HasCheckConstraint
IsMemoryOptimized
The text was updated successfully, but these errors were encountered: