Share via


RetailHandheldSetup::find Method

Finds a record in the RetailHandheldSetup table by using the specified handheldId value.

Syntax

client server public static RetailHandheldSetup find(RetailHandheldId _handheldId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RetailHandheldSetup Table
A record in the RetailHandheldSetup table; otherwise, an empty record.

See Also

Reference

RetailHandheldSetup Table