Get records which not starts with alphabet in linq

Posted by Prasad on Stack Overflow See other posts from Stack Overflow or by Prasad
Published on 2010-04-20T10:05:59Z Indexed on 2010/04/20 10:23 UTC
Read the original article Hit count: 237

Filed under:
|

I need to get the list of records that does not starts with alphabets. i.e. Which starts with numeric and any special character.

I am using asp.net mvc (C#) for my application.

Whats the simple linq query to get this list?

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about asp.net-mvc