Using adapter:
foreach (EntityBase2 e in Entity.GetDependentRelatedEntities())
{
e.Validate();
}
generates the following compile-time error:
statement cannot operate on variables of type 'SD.LLBLGen.Pro.ORMSupportClasses.IEntityCollection2' because 'SD.LLBLGen.Pro.ORMSupportClasses.IEntityCollection2' does not contain a public definition for 'GetEnumerator'
Is this a bug?
Thanks.
Jeff