G
Guest
Hi All,
First off, please forgive me for posting to this group. My question is about ADO .NET, and I couldn't find another group that focused on ADO .NET. I did see one for classic ADO, but wasn't sure if this was the best group for my question.
I've been playing around with ADO .NET for about a month now, and like what I see. However, whenever a declare some of the objects in code (ie, DataSets, DataAdapters), I always have to place the "New" keyword in my declaration statement. Whenever I declare DataRows and DataColumns, I've discovered that the "New" keyword is not required.
My question is this. Why is the "New" keyword required for some ADO .NET objects and not others. Thanks in advance.
Best Regards,
David Morris
First off, please forgive me for posting to this group. My question is about ADO .NET, and I couldn't find another group that focused on ADO .NET. I did see one for classic ADO, but wasn't sure if this was the best group for my question.
I've been playing around with ADO .NET for about a month now, and like what I see. However, whenever a declare some of the objects in code (ie, DataSets, DataAdapters), I always have to place the "New" keyword in my declaration statement. Whenever I declare DataRows and DataColumns, I've discovered that the "New" keyword is not required.
My question is this. Why is the "New" keyword required for some ADO .NET objects and not others. Thanks in advance.
Best Regards,
David Morris