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.4.0.0 (5.4.0)
Syntax public FieldLikePredicate(
IEntityField field,
string pattern
)
Public Sub New (
field As IEntityField,
pattern As String
)
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