Type of the entity the field belongs to
Creates an instance of EdmTypeField.
Actual name of the field used in the OData request.
Constructor type of the entity the field belongs to.
Type of the field according to the metadata description.
Optional settings for this field.
Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==
.
Value to be used in the filter
The resulting filter
Path to the field to be used in filter and order by queries.
Path to the field to be used in filter and order by queries.
Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=
.
Value to be used in the filter
The resulting filter
Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >
.
Value to be used in the filter
The resulting filter
Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=
.
Value to be used in the filter
The resulting filter
Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <
.
Value to be used in the filter
The resulting filter
Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=
.
Value to be used in the filter
The resulting filter
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Since v1.47.0. Use OrderableEdmTypeField instead. Represents a property with a duration value.