Click or drag to resize
FieldCompareNullPredicateInterpretPredicate Method
Interprets this predicate on the passed in entity

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override bool InterpretPredicate(
	IEntityCore entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity to interpret this predicate on

Return Value

Type: Boolean
true if the predicate interpretation resolves to true, otherwise false.
See Also