| IsNullPredicateProducers Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
| Name | Description | |
|---|---|---|
| IsNotNull(IEntityFieldCore) |
Generates a negated FieldCompareNull predicate on the field specified.
| |
| IsNotNull(IExpression) |
Generates a negated FieldCompareNull predicate on the expression specified.
| |
| IsNull(IEntityFieldCore) |
Generates a FieldCompareNull predicate on the field specified.
| |
| IsNull(IExpression) |
Generates a FieldCompareNull predicate on the expression specified.
|