udbMeta() |
Returns a DataSourceMetaContainer object that contains meta data of a specified data source. Syntax
The required data-source is a string or an array of strings that identifies a data source that you want to access meta data of. NOTE: In the context of a given data source container, you can alternatively access meta data by using the .meta() method of the DataSourceContainer object. Example var dsc = $.udbMeta('EMP'); |