parent
bcdbfdbce3
commit
af3ee00a87
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@
|
|||
|
||||
foreach (var include in Includes)
|
||||
{
|
||||
childrenQueryable.Include(include);
|
||||
childrenQueryable = childrenQueryable.Include(include);
|
||||
}
|
||||
|
||||
foreach (var item in DataSource)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue