c# - Problem with DataTable.Select -
is there way find value in datatable use method select:  items.select("number '%10%'"); 
but number type int, , code doesn`t work...
look @ t-sql cast , convert functions, might here. basically, in query, use either cast or convert (not sure best suited you) change int string can perform like on.
Comments
Post a Comment