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.
Verifies whether a table exists.
Syntax
server public static boolean tableExists(TableId _tableId)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The ID of a table.
Return Value
Type: boolean
true if the table exists; otherwise, false.
Remarks
This method is called when the bulkCopy option for a table is set.