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