Share via


LedgerFund::find Method

Searches the LedgerFund table for the specified fund number value.

Syntax

client server public static LedgerFund find(
    FundNumber _fundNumber, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether the record should be read for update; optional.

Return Value

Type: LedgerFund Table
A LedgerFund table record.

See Also

Reference

LedgerFund Table