IsNullQueryFunction (QueryColumnExpression,QueryColumnExpression) - конструктор Смотри также Terrasoft.Core.DB - пространство имен > IsNullQueryFunction - класс > IsNullQueryFunction : IsNullQueryFunction (QueryColumnExpression,QueryColumnExpression) C#
- checkExpression
- Expression to check for being equal to
null
.
- replacementExpression
- Expression returned by the function if checkExpression is equal to
null
.
Glossary Item Box
public IsNullQueryFunction( QueryColumnExpression checkExpression, QueryColumnExpression replacementExpression )
Параметры
- checkExpression
- Expression to check for being equal to
null
. - replacementExpression
- Expression returned by the function if checkExpression is equal to
null
.