I am trying to set visible tables to everything that starts with...

Expand / Collapse
 

I am trying to set visible tables to everything that starts with "ADHOC" how can this be done using regex?


Please set the following setting in your global.asax file in the configure settings class below your connection string and license key.

AdHocSettings.TableFilterRegex = "^(?!ADHOC)";


Details
Type: FAQ
Options