2 writes to column
System.Data (2)
fx\src\data\System\Data\Filter\LookupNode.cs (2)
30
column
= null; // clear for rebinding (if original binding was valid)
60
this.
column
= parentTable.Columns[columnName];
6 references to column
System.Data (6)
fx\src\data\System\Data\Filter\LookupNode.cs (6)
62
if (
column
== null)
71
if (
column
== dataColumn) {
76
list.Add(
column
);
88
if (
column
== null || relation == null)
95
return parent[
column
, parent.HasVersion(version) ? version : DataRowVersion.Current]; // Microsoft : Bug 76154
119
if (this.
column
== column) {