Share via


PdsParameters::find Method

Finds or creates a record in the PdsParameters table.

Syntax

server public static PdsParameters find([boolean _forUpdate])

Run On

Server

Parameters

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

Return Value

Type: PdsParameters Table
The parameter record.

Remarks

As with other parameter tables, this method will also create the initial PdsParameter record if records do not exist. There are no parameters to this find method as there should only be one parameter record in the table.

See Also

Reference

PdsParameters Table