Click or drag to resize
LinqUtilsCoercePredicateToPredicateExpression Method
Coerces the predicate to predicate expression.

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 static IPredicateExpression CoercePredicateToPredicateExpression(
	IPredicate toCoerce
)

Parameters

toCoerce
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
To coerce.

Return Value

Type: IPredicateExpression
See Also