Func.IsNull(QueryColumnExpression,QueryColumnExpression) - метод Смотри также Terrasoft.Core.DB - пространство имен > Func - класс > IsNull - метод : IsNull(QueryColumnExpression,QueryColumnExpression) - метод C#
- checkExpression
- Expression to check for being equal to
null
.
- replacementValue
- Expression returned by the function if checkExpression is equal to
null
.
Glossary Item Box
null
value for the replacement value for the specified expression to check and the replacement expression.
public static IsNullQueryFunction IsNull( QueryColumnExpression checkExpression, QueryColumnExpression replacementValue )
Параметры
- checkExpression
- Expression to check for being equal to
null
. - replacementValue
- Expression returned by the function if checkExpression is equal to
null
.
Тип возвращаемого значения
Function that substitutes thenull
value in the checkExpression expression for the replacementValue expression.