Hi,
LLBLGen 5.4.2
Adapter C#
SQL Server
Today upgraded to 5.4.2 and brought our presets and entityAdapter.template up to date with the shipped versions (plus our additions).
Has EntityFieldFactory been removed, not in 5.4.2 necessarily, could have been some time ago as we've not updated the templates/preset in a long time?
We used to use expose it so we could dynamically create IEntityField2 from strings:
public IEntityField2 Create(string criteriaEntityType, string criteriaEntityField)
{
return EntityFieldFactory.Create(criteriaEntityType, criteriaEntityField);
}
The file EntityFieldFactory.cs is no longer generated under FactoryClasses it seems.
Thanks,
Scott