Hi I have table T1 where i have a column C1.
In Column C1 value is varchar type and the value stored is numeric value , for example 1,2,5,7,10 etc.
I want to fetch the max value from this table in respect to integer by entity framework
for examle here max value should be 10
Please send me the code
Thanks in advance