[Feature request] pac code add-data-source - allow providing multiple tables #259
Marc Schweigert (devkeydet)
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When creating an app, using
pac code add-data-sourcewith a comma separated list of all the tables would increase code gen productivity.Example:
pac code add-data-source -a "shared_sql" -c "c9a56bae5dcb43f7ac086a2fc86fd33c" -t "[dbo].[MobileDeviceInventory],[dbo].[EmployeeInformation]" -d "paconnectivitysql0425.database.windows.net,paruntimedb"All reactions