R
Ronald S. Cook
We have a table "Animal" that contains the column "AnimalNumber" with values
like these:
100001
100002
100003
1XAB
10E43ABC
11RU5V
Having letters in the value was done in the past. These days, it's just a
the numeric value.
How can I write a LINQ statement to select only the numeric values? E.g.:
100001
100002
100003
Thanks fror any help,
Ron
like these:
100001
100002
100003
1XAB
10E43ABC
11RU5V
Having letters in the value was done in the past. These days, it's just a
the numeric value.
How can I write a LINQ statement to select only the numeric values? E.g.:
100001
100002
100003
Thanks fror any help,
Ron