Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the Object class.
Syntax
public void new(
str _tableName,
boolean _create,
boolean _read,
boolean _update,
boolean _delete,
[boolean _exclude])
Run On
Called
Parameters
- _tableName
Type: str
- _create
Type: boolean
- _read
Type: boolean
- _update
Type: boolean
- _delete
Type: boolean
- _exclude
Type: boolean