$.udbMeta(ds).isInsertable()
note
This article is about the isInsertable() function of the DataSourceMetaContainer object.
$.udbMeta(ds).isInsertable()
Detects whether the first data source in the container is insertable.
Returns a boolean.
Syntax
$.udbMeta( *ds* ).isInsertable()
The required ds is a data source selector.
Example
$.udbMeta('EMP').isInsertable();