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