Share via


BankBorderoTable_BR::find Method

Searches for the first record of the BankBorderoTable_BR table that has the specified values.

Syntax

client server public static BankBorderoTable_BR find(
    CompanyBankAccountId _accountID, 
    BorderoSequenceNum_BR _borderoSequenceNum, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the searched record should be retrieved for update.

Return Value

Type: BankBorderoTable_BR Table
The first BankBorderoTable_BR table record that is found that has the specified values, if any record is found.

See Also

Reference

BankBorderoTable_BR Table