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
Would be great to have UseSnakeProperCaseNamingConvention since the current UseSnakeCaseNamingConvention changes the column name to lowercase, where POCO's are then out of sync for those that manage larger projects and have some issues where 'People' are not distinguishing between lower and uppercase in class properties for documentation and generally using in SQL and POCO's -- so this is a feature request. :)
And a time saver when you have 1000's of these and probably will have 1000's more:
[Column("Employee_Id")]
public int EmployeeId { get; set; }
The text was updated successfully, but these errors were encountered:
Would be great to have UseSnakeProperCaseNamingConvention since the current UseSnakeCaseNamingConvention changes the column name to lowercase, where POCO's are then out of sync for those that manage larger projects and have some issues where 'People' are not distinguishing between lower and uppercase in class properties for documentation and generally using in SQL and POCO's -- so this is a feature request. :)
And a time saver when you have 1000's of these and probably will have 1000's more:
[Column("Employee_Id")]
public int EmployeeId { get; set; }
The text was updated successfully, but these errors were encountered: