RFIDProcessTable::find Method

Searches the RFIDProcessTable table for a record that matches the parameters.

Syntax

client server public static RFIDProcessTable find(
    RFIDServerId _serverId, 
    RFIDProcessName _processName, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: RFIDProcessTable Table
An RFIDProcessTable record.

See Also

Reference

RFIDProcessTable Table