setAllowInsert
Temporarily enables or disables inserting at runtime. Has no effect if allowInsert was false.
Usage
ds.setAllowInsert(false);API
setAllowInsert(allow: boolean): void;Last updated
Was this helpful?
Temporarily enables or disables inserting at runtime. Has no effect if allowInsert was false.
ds.setAllowInsert(false);setAllowInsert(allow: boolean): void;Last updated
Was this helpful?
Was this helpful?