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
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
Hi,
Hope the following helps you.
dt.AsEnumerable.Max(Function(r) Int32.Parse(r("age").ToString))
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.