21 references to Computed
System.Data.Common (21)
System\Data\DataColumn.cs (3)
1099
if (
Computed
)
1157
if (
Computed
)
1729
if (
Computed
)
System\Data\DataColumnCollection.cs (3)
183
if (!_table.fInitInProgress && column != null && column.
Computed
)
343
if (!_table.fInitInProgress && column.
Computed
)
548
Debug.Assert(col.
Computed
, "invalid (non an expression) column in the expression dependent columns");
System\Data\DataTable.cs (6)
2037
if (dc.
Computed
)
2811
if (column.
Computed
)
4184
if (!column.
Computed
|| eAction != DataRowAction.Add)
5118
if (dc.ReadOnly && !dc.
Computed
)
5289
if (dc.ReadOnly && !dc.
Computed
)
7075
Debug.Assert(column.
Computed
, "Only computed columns should be re-evaluated.");
System\Data\Filter\AggregateNode.cs (1)
264
if (_column!.
Computed
)
System\Data\Filter\NameNode.cs (4)
120
if (_column != null && _column.
Computed
)
129
if (_column != null && _column.
Computed
)
138
if (_column != null && _column.
Computed
)
150
if (_column!.
Computed
)
System\Data\ForeignKeyConstraint.cs (2)
809
if (parentColumns[i].
Computed
)
813
if (childColumns[i].
Computed
)
System\Data\Merger.cs (1)
103
if (dc.
Computed
)
System\Data\UniqueConstraint.cs (1)
379
if (columns[i].
Computed
)