Share via


SysSignatureSetup::signatureRequired Method

Indicates whether a signature is required for the specified log type.

Syntax

client server public static boolean signatureRequired(
    DatabaseLogType _logType, 
    TableId _tableId, 
    container _changedFields)

Run On

Called

Parameters

  • _changedFields
    Type: container
    A list of the changed fields in the table.

Return Value

Type: boolean
true if a signature is required for the specified log type; otherwise, false.

See Also

Reference

SysSignatureSetup Table