Click or drag to resize

EntityPropertyModulus Operator

Operator overload for the '%' operator to produce a FieldLikePredicate.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static Predicate operator %(
	EntityProperty field,
	string pattern
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesEntityProperty
Field to compare
pattern
Type: SystemString
Pattern.

Return Value

Type: Predicate
A FieldLikePredicate
See Also