RFIDTrans::find Method
Searches the RFIDTrans table for a record that matches the parameters.
Syntax
client server public static RFIDTrans find(
RFIDTagId _tagId,
TransDateTime _transDateTime,
[boolean _update])
Run On
Called
Parameters
- _tagId
Type: RFIDTagId Extended Data Type
A Radio Frequency Identification (RFID) tagId.
- _transDateTime
Type: TransDateTime Extended Data Type
The date and time of the transaction.
- _update
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: RFIDTrans Table
An RFIDTrans record.