what is shorthand for this or should i not do this? do i call a method to check?
bool assign=value;
objectsList = from o in objects select new {
id=o.id,
name=o.name or "" (if assign==false),
}