2 writes to table
System.Data (2)
fx\src\data\System\Data\Filter\DataExpression.cs (2)
77this.table = table; 87this.table = table;
3 references to table
System.Data (3)
fx\src\data\System\Data\Filter\DataExpression.cs (3)
110this.Bind(this.table); 119result = SqlConvert.ChangeType2(result, _storageType, _dataType, table.FormatProvider); 148this.Bind(this.table);