How do I find the DataType of Metadata.IProperty in Entity Framework Core?
var tableType = _dbContext.Model.GetEntityTypes().First(c => c.GetTableName() ==