M
Max
We are seeing strange problems with Select().
We have expression like this DataTable.Select("col1='101'and col2=1") the
returned datarows include col2 =2. If I just do DataTable.Select("col2=2")
it works.
This type of error is not consistent. we are not understanding the random
behavior. Anybody has any ideas on what to check?
We have expression like this DataTable.Select("col1='101'and col2=1") the
returned datarows include col2 =2. If I just do DataTable.Select("col2=2")
it works.
This type of error is not consistent. we are not understanding the random
behavior. Anybody has any ideas on what to check?