21 references to Computed
System.Data (21)
fx\src\data\System\Data\DataColumn.cs (3)
1124if (this.Computed) 1172if (Computed) {// if and only if it is Expression column, we will cache LastChangedColumn, otherwise DO NOT 1672if (this.Computed)
fx\src\data\System\Data\DataColumnCollection.cs (3)
169if (!table.fInitInProgress && column != null && column.Computed) { 326if (!table.fInitInProgress && column.Computed) { 489Debug.Assert(col.Computed, "invalid (non an expression) column in the expression dependent columns");
fx\src\data\System\Data\DataTable.cs (6)
1891if (dc.Computed) { 2589if (column.Computed) { 3766if (!column.Computed || eAction != DataRowAction.Add) { 4579if (dc.ReadOnly && !dc.Computed) { 4724if (dc.ReadOnly && !dc.Computed) 6258Debug.Assert(column.Computed, "Only computed columns should be re-evaluated.");
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
230if (this.column.Computed) {
fx\src\data\System\Data\Filter\NameNode.cs (4)
108if (column != null && column.Computed) { 115if (column != null && column.Computed) { 122if (column != null && column.Computed) { 132if (this.column.Computed) {
fx\src\data\System\Data\ForeignKeyConstraint.cs (2)
712if (parentColumns[i].Computed) { 715if (childColumns[i].Computed) {
fx\src\data\System\Data\Merger.cs (1)
95if (dc.Computed) {
fx\src\data\System\Data\UniqueConstraint.cs (1)
352if (columns[i].Computed) {