Overload | Description |
---|---|
Coalesce(QueryColumnExpressionCollection) | Gets the function of returning the first expression from the passed-in collection of column expressions. The first expression has to be other than null . |
Coalesce(QueryColumnExpression[]) | Gets the function determining the first expression that is other than null from the specified array of column expressions. |
Coalesce(IQueryColumnExpressionConvertible[]) | Gets the function determining the first expression that is other than null from the specified array of expressions. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2