Click or drag to resize

DelegatePredicateCallback Delegate

Callback for the DelegatePredicate, which is used to perform the interpretation of the passed in entity.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public delegate bool DelegatePredicateCallback(
	IEntityCore toInterpret
)

Parameters

toInterpret
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity to interpret

Return Value

Type: Boolean
true if the entity is accepted by the callback, otherwise false.
See Also