Base:
method
ToString
System.Object.ToString()
2 references to ToString
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
172return this.memberPath.ToString();
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
201string prefix = null == this.parent ? string.Empty : this.parent.ToString() + "->";