I am not getting access to the .GetFieldsInfo() method on my TypedList???
I see it being used on many samples. And I am including everything I need -
using SD.LLBLGen.Pro.ORMSupportClasses;
using SD.LLBLGen.Pro.DQE;
using SD.LLBLGen.Pro.DQE.SqlServer;
using xxx;
using xxx.HelperClasses;
using xxx.DaoClasses;
using xxx.CollectionClasses;
using xxx.FactoryClasses;
using xxx.EntityClasses;
using xxx.RelationClasses;
using xxx.TypedListClasses;
using xxx.ValidatorClasses;
here is an example of what I need:
OrderCustomerTypedList orderCustomer = new OrderCustomerTypedList();
IEntityFields2 fields = orderCustomer.GetFieldsInfo();