문제

While programming, I notice that the tableadapter's update is a function and returns an integer. I'm wondering, what is the meaning of the return value?

I'm programming in VB Express 2010

도움이 되었습니까?

해결책

It is returning the number of rows affected by the update. More information here: http://msdn.microsoft.com/en-us/library/bz9tthwx.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top