PocketBase.createRecord

Creates a record in the given base table

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

Parameters

table string

the table to create the record in

item RecordType

The Record to create

Return Value

Type: RecordType

An instance of the created <code>RecordType</code>

Meta