Share via


MCRBrokerContractTable::find Method

Finds the MCRBrokerContractTable record using the passed contract ID.

Syntax

client server public static MCRBrokerContractTable find(MCRBrokerContractID _contractID, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean used to determine whether or not a record should be selected for update; optional.

Return Value

Type: MCRBrokerContractTable Table
A MCRBrokerContractTable table record; otherwise, an empty record.

See Also

Reference

MCRBrokerContractTable Table