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.9.0.0 (5.9.0)
Syntax IPredicate 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