1 write to DisplayName
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
42this.DisplayName = displayName;
6 references to DisplayName
System.Web.Entity (6)
System\Data\WebControls\EntityDataSourceUtil.cs (3)
928if (!usedNames.Add(column.DisplayName)) 930throw new InvalidOperationException(Strings.DisplayNameCollision(column.DisplayName)); 1057if (!propertyValues.ContainsKey(keyProperty.DisplayName))
System\Data\WebControls\EntityDataSourceWrapper.cs (2)
122string displayName = descriptor.Column.DisplayName; 127displayName = descriptor.Column.ControllingColumn.DisplayName;
System\Data\WebControls\EntityDataSourceWrapperPropertyDescriptor.cs (1)
41: base(EntityDataSourceUtil.CheckArgumentNull(column, "column").DisplayName, new Attribute[] { })