166fe21319fc610b6299f6f932105d0a4b3fe5d8
API/CodeSamples/VisibleDataSources.md
| ... | ... | @@ -57,7 +57,7 @@ End Class |
| 57 | 57 | |
| 58 | 58 | ##Alternate Usage: All Tables, Views and Stored Procedures Visible |
| 59 | 59 | |
| 60 | -If you would like for all tables, views and stored procedures to be shown (you must limit Stored Procedures that are not used for reporting using the where clause in this query), use the following snippet. |
|
| 60 | +If you would like for all tables, views and stored procedures to be shown you can use the following schema query to populate the visible datasources. (Stored Procedures that are not used for reporting must be limited using the where clause in this query. Stored Procedures are run when loading the data source list, so any that are used to drop tables, delete records, etc. should not be included ) |
|
| 61 | 61 | |
| 62 | 62 | ```csharp |
| 63 | 63 | //setting vis datasources |