| ITemplateGroupSpecificCreatorCreateFieldCompareNullPredicate Method  | 
 
            Creates a new FieldCompareNullPredicate.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
SyntaxIPredicate 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