Click or drag to resize

FieldLikePredicate Constructor (IEntityField, String)

CTor for Field LIKE Pattern.

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 FieldLikePredicate(
	IEntityField field,
	string pattern
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField
Field to compare with the LIKE operator
pattern
Type: SystemString
Pattern to use in the LIKE expression
See Also