2 writes to filterValues
System.Data (2)
fx\src\data\System\Data\RelatedView.cs (2)
27
this.
filterValues
= values;
34
this.
filterValues
= null;
6 references to filterValues
System.Data (6)
fx\src\data\System\Data\RelatedView.cs (6)
44
if (
filterValues
!= null) {
45
return
filterValues
;
115
if (
filterValues
!= null) {
116
return (CompareArray(this.childKey.ColumnsReference, other.childKey.ColumnsReference) && CompareArray(this.
filterValues
, other.
filterValues
));
119
if (other.
filterValues
!= null)