Share via


ReleaseUpdateDB::tableExists Method [AX 2012]

Verifies whether a table exists.

Syntax

server public static boolean tableExists(TableId _tableId)

Run On

Server

Parameters

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.

See Also

Reference

ReleaseUpdateDB Class