Currently, excluded columns are global, i.e., an excluded column is excluded from all the tables that contain a column with that name. It would be useful the have the ability to exclude a column in a specific table. So, the following behavior must be implemented:
Excluded column: IsDeleted -> Exclude the IsDeleted colum from all the tables
Excluded column: dbo.People.IsDeleted -> Exclude the IsDeleted colum from the dbo.People table (the schema is required)
Currently, excluded columns are global, i.e., an excluded column is excluded from all the tables that contain a column with that name. It would be useful the have the ability to exclude a column in a specific table. So, the following behavior must be implemented:
IsDeleted
-> Exclude theIsDeleted
colum from all the tablesdbo.People.IsDeleted
-> Exclude theIsDeleted
colum from thedbo.People
table (the schema is required)