Jump to content

DataTable.Select does not work


ILIA BROUDNO

Recommended Posts

I am trying to use DataTable.Select method, but using valid expression I can not get any other selection than all included or all excluded.

Here is the C# code

RowSelection some = theTable.Select("dcContextId=61");

The table has a column nameddcContextId and it contains values from 61 to 105

so using an expression like "dcContextId>60 ANDdcContextId

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...