0
tingwang created
HI: I user radTools to generate an entity by introduction with fine, if i modify exist Table for add or delete fields ,What kind of modification do I need (json,the same TableName, do not create new EntityName and EntityNamePlural) and run radTools have no problem?
1 Answer(s)
-
0
a) You can add a new property field in AspNetZeroRadTool/{YourEntity}.json file and run the tool on command line. See <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Rad-Tool-Mac-Linux">https://aspnetzero.com/Documents/Develo ... -Mac-Linux</a>
or
b) You can re-specify your entity on visual studio extension and run it. (Same namespace, table name, entity name, entity name plural etc.)
Any customization you made in generated files will be lost.