SysSignatureSetup::signatureRequiredForIRD Method
Indicates whether a signature is required for specified log type and table ID in table.
Syntax
client server public static boolean signatureRequiredForIRD(DatabaseLogType _type, TableId _tableId)
Run On
Called
Parameters
- _type
Type: DatabaseLogType Enumeration
The log type that is in the corresponding DatabaseLog table.
- _tableId
Type: TableId Extended Data Type
The table ID of the calling table.
Return Value
Type: boolean
true if a signature is required; otherwise false.