Click or drag to resize
AdapterSpecificCreatorCreateFieldCompareNullPredicate Method
Creates a new FieldCompareNullPredicate.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IPredicate CreateFieldCompareNullPredicate(
	IEntityFieldCore fieldToCompare
)

Parameters

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

Return Value

Type: IPredicate
ready to use FieldCompareNull predicate

Implements

ITemplateGroupSpecificCreatorCreateFieldCompareNullPredicate(IEntityFieldCore)
See Also