I have a view attached to my table that I would like to rename. I copied the view and gave it a new name. Is there any way to update the dbfront config to just switch out the old view name with the new, so I don't have to re-add all the fields?
I tried updating :
<TableViews>
<string>[ViewName]</string>
</TableViews>
in:
C:\data\dbfront\data\[ConnectionKey]\[TableKey]_TableConfig.configdata
but that doesn't seem to take.