When I use Inheritnace Hierarchy implementation (TargetPerHierarchy) like
AdvertisementSingleEntity : AdvertisementBaseEntity
AdvertisementGroupEntity : AdvertisementBaseEntity
the MetaTables (AdvertisementSingle and AdvertisementGroup) provided by LLBLGenProDataModelProvider does not have primary key columns, resp. value of MetaModel.GetTable("AdvertisementSingle").PrimaryKeyColumns.Count is 0
the pk field is defined in AdvertisementBaseEntity and for its MetaTable there is MetaColumn in PrimaryKeyColumns collection.
Update/Insert page templates does not works.
Using v2.6