DataFilterHideValues Property | |
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.
Namespace: AppOne.Services.V2Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool HideValues { get; set; }
function get_HideValues();
function set_HideValues(value);
Property Value
BooleanSee Also