Click or drag to resize

DataFilter Properties

The DataFilter type exposes the following members.

Properties
 NameDescription
Public propertyHideValues The setting works in direct correlation with the Values property. If true the values that are passed in will not be shown in the data result, if false then only the filter values that match the criteria will show in the data result.
Public propertyName The name of the data filter to use. This value will be documented for each and every service contract that uses the DataFilter name.
Public propertyValues A generic list of string values. These values are defined by the name of the DataFilter and are different for each and every service call.
Top
See Also