C
Chris
Hi,
this code is for stored procdure:
comd = New SqlCommand()
comd.Connection = connection
comd.CommandText = "mysp"
comd.CommandType = CommandType.StoredProcedure
My question: i also saw when choosing the comd.CommandType in VWD:
"TableDirect". What's the purpose of this and how to use it?
thanks
Chris
this code is for stored procdure:
comd = New SqlCommand()
comd.Connection = connection
comd.CommandText = "mysp"
comd.CommandType = CommandType.StoredProcedure
My question: i also saw when choosing the comd.CommandType in VWD:
"TableDirect". What's the purpose of this and how to use it?
thanks
Chris