How get the maximum number in a column?

Hi Good Afternoon All,

here how to get the maximum number in the column “age”?

for reference i have attached the screen shot.

thank and regads,
hema.G

Screenshot (43)

Hi,

Hope the following helps you.

img20211228-8

dt.AsEnumerable.Max(Function(r) Int32.Parse(r("age").ToString))

Regards,

1 Like

HI @Hema_G

This threat will be helpful for you

Regards
Sudharsan

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.