I have a list that contains a bunch of Points (with an X and Y component).
I want to get the Max X for all points in the list, like this:
double max
Nullable column with max is as follow
var maximum = objectEntity.where(entity => entity.property != null).max(entity => entity.property.HasValue);
Above statement return maximum number of entity property