Hi,
I'm wondering how do you project a TypedList to a custom class/DTO.
The Code I am using are
LkpClassificationTypedList classification = new LkpClassificationTypedList();
adapter.FetchTypedList(classification);
Fields for the Entity are
(LkpClassificationFields.Code, 0, "Code", "", AggregateFunction.None);
(LkpClassificationFields.Description, 1, "Description", "", AggregateFunction.None);
(LkpClassificationFields.Rate, 2, "Rate", "", AggregateFunction.None);
(LkpClassificationFields.Enabled, 3, "Enabled", "", AggregateFunction.None);
(LkpClassificationFields.DisplayOrder, 4, "DisplayOrder", "", AggregateFunction.None);
Thanks,
Joe