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