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