Hi There
I can't figure out what the issue is here. I am using Adapter. I am obviously overlooking something fundamental. The issue is with the field ActransactionFields.TransactionDate ( Which is an Entityfield2 I guess ) .
Your help is much appreciated.
Marty
Argument '1': cannot convert from 'SD.LLBLGen.Pro.ORMSupportClasses.EntityField2' to 'SD.LLBLGen.Pro.ORMSupportClasses.IEntityField'
EntityCollection<ActransactionEntity> transactions = new EntityCollection<ActransactionEntity>();
filter.PredicateExpression.Add(new FieldBetweenPredicate(ActransactionFields.TransactionDate ,import.DateFrom,import.DateTo));
adapter.FetchEntityCollection(transactions, filter);