Coldairarrow / EFCore.Sharding

Database Sharding For EFCore
Apache License 2.0
694 stars 144 forks source link

System.InvalidOperationException: Cannot create a DbSet for 'Base_User' because this type is not included in the model for the context. #26

Closed willhuo closed 4 years ago

willhuo commented 4 years ago

System.InvalidOperationException: Cannot create a DbSet for 'Base_User' because this type is not included in the model for the context.

oolanlongoo commented 4 years ago

我昨天也遇到了,在Base_User表打[Table("base_user")]标签就好了

willhuo commented 4 years ago

表上有这个,还是不行

我昨天也遇到了,在Base_User表打[Table("base_user")]标签就好了