 |
Graeme Smith
2012-02-07 09:20:52
|
|
Hi.
I know that the Databases.GetDatabasesData(symbol, databaseName, fieldName) function can be used to get the data belonging to a database,
but in order to use this, I was wondering if there is any way to programatically get a list of the field names belonging to a database.
Also to get a list of Databases for an Account, although I guess that could just be done by looking in the directory of the Account.
Essentially what I would like to do is
Foreach Database in Account.Databases
Foreach Field in Database.Fields
...
Or can this only be done by hard coding a list of each database and field?
Thanks,
Graeme
|
|