PocketBase.updateRecord

Updates the given record in the given table, returning the updated record

class PocketBase
public
RecordType
updateRecord
(
string
RecordType
)
(
string table
,
RecordType item
)

Parameters

table string

tabe table to update the record in

item RecordType

the record of type <code>RecordType</code> to update

Return Value

Type: RecordType

The updated <code>RecordType</code>

Meta