I have a problem with LINQ (in C#). I need to order a list of records by a field, which should be int, but sometimes not :
int
from MyObject obj in new
If it is possible try adding a column in database IsInteger which stores if the order is integer or not at time of Insert.
IsInteger
So, it will be easy to get and sort integer and non-integer orders.