Can i use NameValueList base as BOCan i use NameValueList base as BO
Old forum URL: forums.lhotka.net/forums/t/5070.aspx
Zafar Ullah posted on Tuesday, July 08, 2008
My question is Can i use NameValueList as BO.
Thanks in Advance
ajj3085 replied on Tuesday, July 08, 2008
NVL is a specialized ReadOnlyList, useful if your items should only have a unique key and some kind of value. So you probably could, depending on what you needed it to do, and you need to index the collection by a key.
chrisghardwick replied on Tuesday, July 08, 2008
Is there any way that you can add some more detail on what you are trying to do and why? If you can clarify your question a bit, you should be able to get a more complete answer....Copyright (c) Marimer LLC