Share via


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

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

See Also

Reference

RFIDTrans Table