Click or drag to resize
ITemplateGroupSpecificCreatorCreateFieldLikePredicate Method
Creates a new FieldLikePredicate instance

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
IPredicate CreateFieldLikePredicate(
	IEntityFieldCore fieldToCompare,
	string pattern
)

Parameters

fieldToCompare
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to compare.
pattern
Type: SystemString
The pattern.

Return Value

Type: IPredicate
ready to use fieldLikePredicate instance
See Also