5 references to Name
System.Web (3)
UI\DataKeyPropertyAttribute.cs (3)
33
return String.Equals(_name, other.
Name
, StringComparison.Ordinal);
40
return (
Name
!= null) ?
Name
.GetHashCode() : 0;
System.Web.DynamicData (2)
DynamicData\DataBoundControlParameterTarget.cs (2)
33
if ((attribute != null) && !String.IsNullOrEmpty(attribute.
Name
)) {
34
return attribute.
Name
+ String.Format(CultureInfo.InvariantCulture, "['{0}']", columnName);