Property name
|
Data type
|
Access
|
Description
|
CanCreate
|
CHARACTER
|
Readable, Writeable
|
Set to a CAN-DO user ID permissions expression that defines who can create table records.1
|
CanDelete
|
CHARACTER
|
Readable, Writeable
|
Set to a CAN-DO user ID permissions expression that defines who can delete table records.2
|
CanDump
|
CHARACTER
|
Readable, Writeable
|
Set to a CAN-DO user ID permissions expression that defines who can dump table records.3
|
CanLoad
|
CHARACTER
|
Readable, Writeable
|
Set to a CAN-DO user ID permissions expression that defines who can load table records.4
|
CanRead
|
CHARACTER
|
Readable, Writeable
|
Set to a CAN-DO user ID permissions expression that defines who can read table records.5
|
CanWrite
|
CHARACTER
|
Readable, Writeable
|
Set to a CAN-DO user ID permissions expression that defines who can write to table records.6
|
FieldPermissions
|
IFieldPermissionSet
|
Read-only
|
Returns a collection of field permissions for all the fields in the table.
|
Frozen
|
LOGICAL
|
Read-only
|
Returns TRUE if the table is frozen.7
|
Hidden
|
LOGICAL
|
Read-only
|
Returns TRUE if the table is hidden.8
|
Name
|
CHARACTER
|
Read-only
|
Returns the table name.
|
Schema
|
ISchema
|
Read-only
|
Returns the table schema.
|