RFIDServerTable::find Method
Searches the RFIDServerTable table for a record that matches the parameter.
Syntax
client server public static RFIDServerTable find(RFIDServerId _serverId, [boolean _forUpdate])
Run On
Called
Parameters
- _serverId
Type: RFIDServerId Extended Data Type
The ID of the server.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: RFIDServerTable Table
An RFIDServerTable record.