BankBorderoTable_BR::exist Method
Checks whether a record that has the specified BankAccountID and BorderoSequenceNum_BR values exists in the BankBorderoTable_BR table.
Syntax
client server public static boolean exist(BankAccountID _accountID, BorderoSequenceNum_BR _borderoSequenceNum)
Run On
Called
Parameters
- _accountID
Type: BankAccountID Extended Data Type
The BankAccountID value to check.
- _borderoSequenceNum
Type: BorderoSequenceNum_BR Extended Data Type
The BorderoSequenceNum_BR value to check.
Return Value
Type: boolean
true if any records that have the specified conditions exist in the BankBorderoTable_BR table; otherwise, false.