1 write to _includePaths
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceQueryBuilder.cs (1)
48
_includePaths
= includePaths;
2 references to _includePaths
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceQueryBuilder.cs (2)
164
if (!string.IsNullOrEmpty(
_includePaths
))
166
foreach (string include in
_includePaths
.Split(','))