3 writes to expression
System.Data (3)
fx\src\data\System\Data\DataColumn.cs (3)
783this.expression = newExpression; 807this.expression = oldExpression; 832this.expression = newExpression;
13 references to expression
System.Data (13)
fx\src\data\System\Data\DataColumn.cs (13)
242if (expression != null) { 503return this.expression != null; 512return this.expression; 548if (typeCode == StorageType.BigInteger && this.expression != null) 731return (this.expression == null ? "" : this.expression.Expression); 750if (expression == null && newExpression != null) { 780HandleDependentColumnList(expression, newExpression); 782DataExpression oldExpression = this.expression; 808HandleDependentColumnList(newExpression, expression); 1082if (!value && expression != null) { 1230if (value && expression != null) { 1705if (this.expression == null)