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.7.0.0 (5.7.0)
Syntax
public static IPredicateExpression CoercePredicateToPredicateExpression(
	IPredicate toCoerce
)

Parameters

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

Return Value

Type: IPredicateExpression
See Also