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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -