Call generic method failed (eg: EF shadow property "EF.Property<string>(it, \"PropName\")"
)
#908
Labels
"EF.Property<string>(it, \"PropName\")"
)
#908
Hi,
I need to query an EF shadow property with DynamicLinq, so logicaly I do
"EF.Property<string>(it, \"ShadowPropName\")"
.But this exception throws:
No property or field 'Property' exists in type 'EF'
.Of course, I added the
EF
static class with myCustomTypeProvider
.In your source code, I found that generic methods are not processed.
I'd try this code and it works fine:
Perhaps there is a better solution?
Best regards
The text was updated successfully, but these errors were encountered: