1 write to columnName
System.Data (1)
fx\src\data\System\Data\Filter\LookupNode.cs (1)
25this.columnName = columnName;
3 references to columnName
System.Data (3)
fx\src\data\System\Data\Filter\LookupNode.cs (3)
58Debug.Assert(columnName != null, "All Lookup expressions have columnName set."); 60this.column = parentTable.Columns[columnName]; 63throw ExprException.UnboundName(columnName);