Click or drag to resize

ITemplateGroupSpecificCreatorCreateFieldCompareNullPredicate Method

Creates a new FieldCompareNullPredicate.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
IPredicate CreateFieldCompareNullPredicate(
	IEntityFieldCore fieldToCompare
)

Parameters

fieldToCompare
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to compare.

Return Value

Type: IPredicate
ready to use FieldCompareNull predicate
See Also