2 references to IsInteresting
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
127
return this.memberPath.
IsInteresting
;
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
74
return this.isLocallyInteresting || (null != this.parent && this.parent.
IsInteresting
);