2 references to GetValue
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
157return this.memberPath.GetValue(entity);
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
158parentObjectValue = this.parent.GetValue(entity);