ListInit Expression
Posted: Wed 04 Mar 2009 16:51
Hi,
Is ListInit Expression supported? I tried the following code:
but I'm getting an InvalidOperationException: "Unrecognized expression node: ListInit"
If its not implemented yet, when will it be available?
Thanks
Pedro
Is ListInit Expression supported? I tried the following code:
Code: Select all
context.Persons.Select(p => new Dictionary() { { "Name", p.Name } });
If its not implemented yet, when will it be available?
Thanks
Pedro