Skip to content

Include(...) after AsExpandable() #14

@artelk

Description

@artelk

I suppose it would be great to support this.
I believe the following lines should be added to ExpandableQuery class:

public IQueryable[T] Include(string path)
{
return InnerQuery.Include(path).AsExpandable();
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions