Hello!
Is it possible to iterate over the fields in a LLBLGen generated class? I am looking to iterate over the collection of field names, not the underlying data that is in each field.
i.e
foreach (crntfield in fieldcollection)
{
}
etc....
Thanks
Harold