ITemplateGroupSpecificCreatorCreateFieldCompareNullPredicate Method |
Creates a new FieldCompareNullPredicate.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax IPredicate CreateFieldCompareNullPredicate(
IEntityFieldCore fieldToCompare
)
Function CreateFieldCompareNullPredicate (
fieldToCompare As IEntityFieldCore
) As IPredicate
Parameters
- fieldToCompare
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to compare.
Return Value
Type:
IPredicateready to use FieldCompareNull predicate
See Also