BankPositivePayTable::find Method
Searches for a particular BankPositivePayTable record by using the specified parameters.
Syntax
client server public static BankPositivePayTable find(BankPositivePayId _bankPositivePayId, [boolean _forUpdate])
Run On
Called
Parameters
- _bankPositivePayId
Type: BankPositivePayId Extended Data Type
The ID for the bank positive pay format whose record you want to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record will be read for updating.
Return Value
Type: BankPositivePayTable Table
Either a BankPositivePayTable record (if one is found) or nullNothingnullptrunita null reference (Nothing in Visual Basic).