2 references to GetDescription
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
117: base(EntityDataSourceUtil.CheckArgumentNull(memberPath, "memberPath").GetDescription())
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
62string prefix = null == this.parent ? string.Empty : this.parent.GetDescription() + ".";