Share via


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

  • _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.

See Also

Reference

RFIDServerTable Table