Type of the entity the field belongs to.
Boolean type that represents whether the field is nullable.
Boolean type that represents whether the field is selectable.
Creates an instance of Field.
Actual name of the field used in the OData request.
Constructor type of the entity the field belongs to.
Optional
fieldOptions: FieldOptions<NullableT, SelectableT>Optional settings for this field.
Readonly
_entityReadonly
_fieldReadonly
_fieldCopyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Abstract representation a property of an OData entity.
Field
s are used as static properties of entities or properties of ComplexTypeFields and are generated from the metadata, i.e. for each property of an OData entity, there exists one static instance ofField
(or rather one of its subclasses) in the corresponding generated class file. Fields are used to represent the domain of values that can be used in select, filter and order by functions.See also: Selectable, EdmTypeField, ComplexTypeField.