Share via


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

  • _update
    Type: boolean
    A Boolean value that indicates whether the record is selected for update; optional.

Return Value

Type: BankIBSLog_BE Table
A record in the BankIBSLog_BE table.

See Also

Reference

BankIBSLog_BE Table