1 write to FilterExpression
System.Web (1)
UI\WebControls\ObjectDataSource.cs (1)
275GetView().FilterExpression = value;
7 references to FilterExpression
System.Web (7)
UI\WebControls\ObjectDataSource.cs (1)
272return GetView().FilterExpression;
UI\WebControls\ObjectDataSourceView.cs (6)
254if (FilterExpression != value) { 782if (FilterExpression.Length > 0) { 1013if (FilterExpression.Length > 0) { 1032return CreateFilteredDataView(dataTable, arguments.SortExpression, FilterExpression); 1139if (FilterExpression.Length > 0) { 1171return CreateFilteredDataView(dataTable, arguments.SortExpression, FilterExpression);