Click or drag to resize

FixedFieldInfo Properties

The UnresolvedFilterExpressionFixedFieldInfo type exposes the following members.

Properties
  NameDescription
Public propertyAllowedOperators
Allowed expression operators for the field.
Public propertyAllowedTypes
Allowed data type(s) for a filter value for the field.
Public propertyColumn
Database column that the field is stored in.
Public propertyField
Public propertyIdType
If the filter value(s) is id references then the type of these objects is in IdType.
Public propertyTable
Database table that the field is stored in.
Public propertyValueIsIdReference
Is the filter value(s) for the field a set of id references? If so they type of referred objects is stored in IdType.
Top
See Also