Modify table properties through extension
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFrWLoBFiQ5xPXVpSMa0JpyMYxv5N1NWq_9q6QsHMs6Vbi7PIsELIxEA_Y6EjhppQHN_O7526-ScGfBl2Ian4m81gznkNL1rHUykzfKR2qMHl5K3H7YZGzcZ3zmYW3gU88P94LhbgstAI/s320/9.png)
To modify properties on a table, you must create an extension of that table. Extending Table: Start Visual Studio using Run as administrator Search for the Table you want to make change using the search option or navigate using AOT Right click on the table and select create extension If we choose create extension it will create new extension in the project you select Rename the table extension if you wish to make change Right-click on the extended table and select Open The table extension will be open in Window and the properties window will be enabled Go to the properties window You...