70991f73d4ddd0062e5ff01985fc8f530b2be6c4
Controlling-access-to-tables-and-views.md
| ... | ... | @@ -1,4 +1,4 @@ |
| 1 | -To control access to the data sources you can use [AdHocSettings.ViewsOnly](http://www.izenda.com/Site/CodeSample/CodeSample.aspx?setting=ViewsOnly) setting or [AdHocSettings.VisibleDataSources](http://www.izenda.com/Site/CodeSample/CodeSample.aspx?setting=VisibleDataSources) property. |
|
| 1 | +To control access to the data sources you can use [[AdHocSettings.ViewsOnly|/API/CodeSamples/ViewsOnly]] setting or [[AdHocSettings.VisibleDataSources|/API/CodeSamples/VisibleDataSources]] property. |
|
| 2 | 2 | |
| 3 | 3 | If the ``ViewsOnly`` is set to _true_: only Views will be visible at the Data Sources tab. |
| 4 | 4 |