RetailDeviceTypes::find Method
Finds the specified record in the RetailDeviceTypes table.
Syntax
client server public static RetailDeviceTypes find(RetailDeviceTypeId _deviceType, [boolean _forUpdate])
Run On
Called
Parameters
- _deviceType
Type: RetailDeviceTypeId Extended Data Type
The device type of the RetailDeviceTypes record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailDeviceTypes Table
A record in the RetailDeviceTypes table; otherwise, an empty record.