BankIBSLog_BE::findByFileId Method
Finds a record in the BankIBSLog_BE table that has the specified file ID.
Syntax
client server public static BankIBSLog_BE findByFileId(
BankIBSFileId _fileId,
[boolean _update,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _fileId
Type: BankIBSFileId Extended Data Type
The file ID of the record to find.
- _update
Type: boolean
A Boolean value that indicates whether the record is selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model; optional.
Return Value
Type: BankIBSLog_BE Table
A record in the BankIBSLog_BE table.