Skip to content

Produce Dynamic LINQ strings from expression trees #423

@zspitz

Description

@zspitz

I've written a library producing various string representations of expression trees. I am now considering a Dynamic LINQ representation. In other words, from an expression tree like this:

Expression<Func<Person, bool>> expr = p => p.BirthDate.DayOfWeek == DayOfWeek.Tuesday

produce a string like the following:

$.BirthDate.DayOfWeek = Tuesday

Does System.Linq.Dynamic.Core have such functionality?

Also, for this purpose, where can I find the most up-to-date documentation describing the System.Linq.Dynamic.Core string syntax?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions