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