1e54fc0790bc0782a7e32a8db8cc86de6ac5ce90
API/CodeSamples/Javascript/CRSDataSources.md
| ... | ... | @@ -14,16 +14,12 @@ The GotDataSourcesList variable is a callback method that takes two arguments: t |
| 14 | 14 | |
| 15 | 15 | * returnObj |
| 16 | 16 | * SelectionsList |
| 17 | - * [0] |
|
| 17 | + * [0]...[n] |
|
| 18 | 18 | * DataType |
| 19 | 19 | * DbName |
| 20 | 20 | * Fields |
| 21 | 21 | * FriendlyName |
| 22 | 22 | * IsStoredProc |
| 23 | - * [1] |
|
| 24 | - * ... |
|
| 25 | - * [2] |
|
| 26 | - * ... |
|
| 27 | 23 | |
| 28 | 24 | So if you want to use the returnObj, you could use the javascript standard ``returnObj["SelectionsList"][0].DbName`` statement. |
| 29 | 25 |