I was going to say check
SELECT * FROM Ice.Customization WHERE Type = 'ProductConfigurator';
SELECT * FROM Ice.CustomizationStore WHERE Folder = 'PC';
But it may be LINQ Issue as you said, notice how the SQL is in odd order.
I was going to say check
SELECT * FROM Ice.Customization WHERE Type = 'ProductConfigurator';
SELECT * FROM Ice.CustomizationStore WHERE Folder = 'PC';
But it may be LINQ Issue as you said, notice how the SQL is in odd order.