You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using SetIndex(int index) method on entity attributes does not result to a correctly reordered set of attributes in EF view.
Reordering is done right after the ProcessEntityType method call in DbContextMetaDataLoader but CustomizeModel is called in later stages as far as i understand.
using SetIndex(int index) method on entity attributes does not result to a correctly reordered set of attributes in EF view.
Reordering is done right after the ProcessEntityType method call in DbContextMetaDataLoader but CustomizeModel is called in later stages as far as i understand.
Example usage :
The text was updated successfully, but these errors were encountered: