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