Wijmo UI for the Web
canAdd Method
wijmo.data Namespace > BreezeDataView Class : canAdd Method
Returns a value that indicates whether the add(item) method is implemented.
Syntax
var instance = new wijmo.data.BreezeDataView();
var value; // Type: bool
value = instance.canAdd();
function canAdd() : bool;
See Also

Reference

BreezeDataView Class