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