1 write to parent
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
43this.parent = parent;
11 references to parent
System.Web.Entity (11)
System\Data\WebControls\EntityDataSourceMemberPath.cs (11)
62string prefix = null == this.parent ? string.Empty : this.parent.GetDescription() + "."; 74return this.isLocallyInteresting || (null != this.parent && this.parent.IsInteresting); 151if (null == this.parent) 158parentObjectValue = this.parent.GetValue(entity); 162parentObjectValue = this.parent.Initialize(entity); 174if (null != parent) 176prefix = parent.GetEntitySqlValue(); 201string prefix = null == this.parent ? string.Empty : this.parent.ToString() + "->";