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
b.IsRequired(p => p.Name.StartsWith('a'))// only make properties starting with 'a' required
b.HasComment(p =>$"{p.Name} is a special column")// ability to use the property name in the comment
This would likely need design / api review given how many different permutations and possibilities there are.
The text was updated successfully, but these errors were encountered:
Once #10784 is complete, a future enhancement might be to add overloads for even more configurability. For example:
Used as:
This would likely need design / api review given how many different permutations and possibilities there are.
The text was updated successfully, but these errors were encountered: