I’m using the default locode environment. I set a tag on my model to group tables together and it does not have any effect. What am I doing wrong?
[Tag("Rate Information")]
[Schema("TheSchema")]
public class rate_history
{
[PrimaryKey]
public int id { get; set; }...