Settings and activity
1 result found
-
1 vote
An error occurred while saving the comment An error occurred while saving the comment Craig commentedWe recently moved an Entity Navigation property to Internal, and made a public method to get a complete collection. Now I can't use LINQPad to perform my queries because it isn't one of the supported entity methods/properties.
I also have a property Language that is based on the first 2 characters of the CultureCode (en-US, en-UK) so I can query and get "any" english text. Because this Language property is not an Entity property I can't use LINQPad...Craig shared this idea ·
I have a work around for the Internal setters. Rebuild a DLL that is public just for LINQPad ;)