Share via


RFIDDeviceTable::find Method

Searches the RFIDDeviceTable table for a record matching the parameters.

Syntax

client server public static RFIDDeviceTable find(
    RFIDServerId _serverId, 
    RFIDDeviceName _deviceName, 
   [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: RFIDDeviceTable Table
A device record.

See Also

Reference

RFIDDeviceTable Table