Hi there,
I am using the LinqMetaData layer and am getting some weird generated code:
We are using LLBGen Pro 2.6, .net 3.5 C#, self servicing..
We are getting a bunch of fields which look like this:
[LPA_L1].[Latitude] AS [F7_14],
[LPA_L1].[Longitude] AS [F7_15],
[LPA_L1].[PlaceTypeId] AS [F7_16],
[LPA_L1].[PlaceId] AS [F4_17],
-- [LPA_L1].[F4_18],
-- [LPA_L1].[F4_19],
-- [LPA_L1].[F4_20],
-- [LPA_L1].[F4_21],
-- [LPA_L1].[F4_22],
-- [LPA_L1].[F4_23],
Unsurprisingly the database is throwing "invalid column name" exceptions
Any ideas?