IsNullQueryFunction (IQueryColumnExpressionConvertible,IQueryColumnExpressionConvertible) - конструктор Смотри также Terrasoft.Core.DB - пространство имен > IsNullQueryFunction - класс > IsNullQueryFunction : IsNullQueryFunction (IQueryColumnExpressionConvertible,IQueryColumnExpressionConvertible) 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( IQueryColumnExpressionConvertible checkExpression, IQueryColumnExpressionConvertible replacementExpression )
Параметры
- checkExpression
- Expression to check for being equal to
null
. - replacementExpression
- Expression returned by the function if checkExpression is equal to
null
.
Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as either the checkExpression or the replacementExpression parameter. |