Use package:Microsoft.EntityFrameworkCore.Relational

 

var mapping=dbContext.Model.FindEntityType(typeof(YourEntity)).Relational();

var schema=mapping.Schema;

var tableName=mapping.TableName;

相关文章:

  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
  • 2021-09-02
  • 2021-05-28
  • 2022-12-23
  • 2021-06-07
  • 2021-08-21
猜你喜欢
  • 2022-01-27
  • 2021-07-16
  • 2021-05-06
  • 2021-08-22
  • 2021-09-18
  • 2021-09-11
相关资源
相似解决方案