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
Type of the field according to the metadata description
Constructor type of the entity the field belongs to
Actual name of the field used in the OData request
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. In most cases this will just be the fieldName itself. However, for complex types for instance, the path is prefixed with the name of the complextype.
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
Represents a selectable property with a time value.