G
Guest
So I'll type something like:
Dim cmd As New SqlCommand()(
But for some things, it doesn't like "As New" and wants me to type like:
Dim nod As employeeNode
When do I know when to use "As New" as opposed to not? Intellisense always
sets me straight, but I'd like to understand better.
Thanks,
Ron
Dim cmd As New SqlCommand()(
But for some things, it doesn't like "As New" and wants me to type like:
Dim nod As employeeNode
When do I know when to use "As New" as opposed to not? Intellisense always
sets me straight, but I'd like to understand better.
Thanks,
Ron