Dim dr As New DataRow??? [Resolved!]
While practicing some datasets today, I noticed that when I was to work with a datarow, I could not do this:
The tooltip said this:
Quote:
'System.Data.DataRow.Protected Sub New(builder As System.Data.DataRowBuilder)' is not accessible in this context because it is 'Protected'.
Can someone clarify the meaning of this to me? Also, why can I not declare a new datarow? Apprently, my OO concepts really aren't that good, since I fail to understand why this was done.
:afrog: