Share via


SIGProcSetupField::exist Method

Indicates whether a specific record exists in the table.

Syntax

client server public static boolean exist(
    RefRecId _setupRef, 
    RefTableId _tableId, 
    RefFieldId _fieldId, 
    DatabaseLogType _logType)

Run On

Called

Parameters

Return Value

Type: boolean
true if the record exists; otherwise, false.

Remarks

This method is part of the standard table signature and is required by best practice rules.

See Also

Reference

SIGProcSetupField Table