With the newest LLBL. Newbie LLBL-ASP.NET question.
I created a simple HelloWorld LLBL project with a Sales table entity. I removed a number of fields and renamed the rest. I generated the projected and added it to my VS 2008 ASP.NET .NET 3.5 project. (Adapter)
I set the LLBLGenProDataSource2 to the SalesEntityFactory.
I set a datagrid's datasource (DevExpress) to the LLBLGenProDataSource2. Strangely the fields that appear in the grid are the original Sales table's fields and names. Even though I removed most of them and renamed the rest.
How does the grid know about the original Sales table fields and original names when they were not in the generated project?
The SalesFieldIndex enum has the correctly names fields and the correct subset of fields.