DYNAMIC Lists, and Anonymous Types
Posted: Wed Oct 26, 2016 11:39 am
Hi Robert, Team and guys,
I have acted on your recent code suggestions Robert and have come up with an improved version of my first tries with List<DYNAMIC>. See attached function.
So my next efforts, this morning, then went into trying to access the elements in my dynamic List. With the idea of grabbing one and then doing something with it, and its properties.
I have had some success, but only if I cast the collection items (elements) to type Object.
I have struggled in my usual way to get other things to work - BUT - get some messages back from the compiler that I don't understand - when it seems to me that the simple ToString() code should work.
Have you or anyone else on the Team got any ideas ?
TIA,
Cheers,
Phil.
I have acted on your recent code suggestions Robert and have come up with an improved version of my first tries with List<DYNAMIC>. See attached function.
So my next efforts, this morning, then went into trying to access the elements in my dynamic List. With the idea of grabbing one and then doing something with it, and its properties.
I have had some success, but only if I cast the collection items (elements) to type Object.
I have struggled in my usual way to get other things to work - BUT - get some messages back from the compiler that I don't understand - when it seems to me that the simple ToString() code should work.
Have you or anyone else on the Team got any ideas ?
TIA,
Cheers,
Phil.