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.8.0.0 (5.8.21.0111)
SyntaxIPredicate CreateFieldLikePredicate(
	IEntityFieldCore fieldToCompare,
	string pattern
)
Function CreateFieldLikePredicate ( 
	fieldToCompare As IEntityFieldCore,
	pattern As String
) As IPredicate
Parameters
- fieldToCompare
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to compare. - pattern
 - Type: SystemString
The pattern. 
Return Value
Type: 
IPredicateready to use fieldLikePredicate instance
See Also