OpenWGA 7.11 - TMLScript reference
WGAMethod :
dataSource()
dataSource(dbkey)
dataSource(context)
dataSource(WGAPI-WGDatabase)
On object | WGA |
Usage | Retrieves an DataSource for an OpenWGA data source |
Description |
There are four variants of this method:
Using this method to open an app throws an error. If the currently logged in user has no access to this database then a DataSource object is returned without an open session (testable via method isOpen()). |
Parameters |
dbkey (String): Database key context (TMLContext): WebTML context WGAPI-Database (WGAPI-Object WGDatabaset): WGAPI database object |
Allowed in script types |
|