Share via


AssetAddition::find Method

Fetches the record of the matching primary key.

Syntax

client server public static AssetAddition find(
    AssetId _assetId, 
    AssetAdditionNum _additionNumber, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

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

Return Value

Type: AssetAddition Table
Returns the fetched AssetAddition table record.

See Also

Reference

AssetAddition Table