$.udb(ds).meta()
note
This article is about the meta() function of the DataSourceContainer object.
$.udb(ds).meta()
This function simply returns the same data source container as the metadata container and the actual data source containers have merged. Therefore it only still exists for upgrade purposes.
Returns a UdbDsc object which is an array of UdbDataSource objects.
Syntax
$.udb( *ds* ).meta()
The optional ds is a data source selector.