Share via


SystemParameters::find Method

Finds a record in the SystemParameters table.

Syntax

client server public static SystemParameters find([boolean _forUpdate])

Run On

ClientOrServer

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: SystemParameters Table
A record in the SystemParameters table.

Remarks

This method inserts a new record into the SystemParameters table if one does not exist.

See Also

Reference

SystemParameters Table