Is there a way around case sensitivity of field names.
I am iterating through user list to find field value:
Dim bkmValue as object
Dim bkmField as string
Dim Contact as new ContactEntity(id)
bkmValue = Contact.Fields(bkmField).CurrentValue
If bkmField is cased exactly as the generated LLBLGen Pro Field name all is well.
ie "MCity" works but "Mcity" does not.