G
Guest
All,
I am using a TableAdapter Fill method to return a row(s0 into a data table:
int return = daMyDataAdapter(myTable, 3);
Where above will fill myTable when it's index = 3;
However I cannot find any documentation on what the return value is for this
method.
I notice when index is not found return = 0 and if it is found return = 1
(one row found.
Does anyone no the meaning of these return values?
Thanks in advance.
I am using a TableAdapter Fill method to return a row(s0 into a data table:
int return = daMyDataAdapter(myTable, 3);
Where above will fill myTable when it's index = 3;
However I cannot find any documentation on what the return value is for this
method.
I notice when index is not found return = 0 and if it is found return = 1
(one row found.
Does anyone no the meaning of these return values?
Thanks in advance.