Skip to content

IdFields

ngocnicholas edited this page Mar 21, 2024 · 6 revisions

IdFields Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class IdFields

The IdFields type is a derived class of Fields. It exposes the following members.

Constructors

IdFields(string id)

Properties

Name Description
Id Gets and sets the ID of the record. When performUpsert is enabled, the id property of records becomes optional. Records that do not include id will use the fields chosen by fieldsToMergeOn as an external ID to match with existing records
FieldsCollection Gets and sets a collection of <field-name, field-value> pairs

Methods

Name Description
AddField Add a <name, value> pair represent a field name and its value to the collection of fields.
Clone this wiki locally