Type of the entity the field belongs to.
Type of the (de-)serializers.
Type of of elements of the collection. This can either be an EDM type or complex type.
Boolean type that represents whether the field is nullable.
Boolean type that represents whether the field is selectable.
Creates an instance of CollectionField.
Actual name of the field used in the OData request.
The constructor of the entity or the complex type field this field belongs to.
Edm type of the field according to the metadata description.
Optional
fieldOptions: FieldOptions<NullableT, SelectableT>Optional settings for this field.
Represents a field of an entity or a complex type, that can have a collection as value.