This may just be me being dense, or my lack of .NET knowledge, but is their an equivalent of the VB6 CallByName function...?
What I want to be able to do is set a property of an entity, but inside a generic class where the name of the property to call is passed in as string.
I am already using the Microsoft.VisualBasic.CallByName function and it works OK, but it seems that there ought to be a more ".NET pure" way of doing it...
Cheers
Matt