Class SqlPredicate.IsNull
public sealed class SqlPredicate.IsNull : SqlPredicate.BaseNotExpr, ISqlPredicate, IQueryElement
- Inheritance
-
SqlPredicate.IsNull
- Implements
- Inherited Members
- Extension Methods
Constructors
IsNull(ISqlExpression, bool)
public IsNull(ISqlExpression exp1, bool isNot)
Parameters
exp1ISqlExpressionisNotbool
Properties
ElementType
AST node type.
public override QueryElementType ElementType { get; }
Property Value
Methods
CanBeUnknown(NullabilityContext, bool)
Returns true if predicate could be evaluated to UNKNOWN.
public override bool CanBeUnknown(NullabilityContext nullability, bool withoutUnknownErased)
Parameters
nullabilityNullabilityContextwithoutUnknownErasedbool
Returns
GetElementHashCode()
public override int GetElementHashCode()
Returns
Invert(NullabilityContext)
public override ISqlPredicate Invert(NullabilityContext nullability)
Parameters
nullabilityNullabilityContext
Returns
WritePredicate(QueryElementTextWriter)
protected override void WritePredicate(QueryElementTextWriter writer)
Parameters
writerQueryElementTextWriter