Click or drag to resize

DataSourceFilter Properties

The DataSourceFilter type exposes the following members.

Properties
  NameDescription
Public propertyLeft
Name of a data source field. "Left" must be a system name of a property (present on the data object type stated on the data source) or a Fixed Field.
Public propertyOperator
Must be valid according to the left side.
Public propertyPath
Public propertyRight
Depending on what property/fixedfield that Left represents the following formats are allowed: * "some text" (text property) * """set prop value 1"",""set prop value 2""" (set property) * ["true", "false"] (boolean property) * xml datetime (datetime property) * "B8C6F2D1-079E-4039-A5B1-369F423AE4C8,56079274-BFB5-421E-A72E-E63597B72CD6" (reference property or set property) * "123456" (integer property)
Top
See Also