StringMethodPredicateProducers Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
Name | Description | |
---|---|---|
Contains(IEntityFieldCore, String) |
Creates a Like predicate using the pattern: '%pattern%' for the field specified.
| |
Contains(IExpression, String) |
Creates a Like predicate using the pattern: '%pattern%' for the expression specified.
| |
EndsWith(IEntityFieldCore, String) |
Creates a Like predicate using the pattern: '%pattern' for the field specified.
| |
EndsWith(IExpression, String) |
Creates a Like predicate using the pattern: '%pattern' for the expression specified.
| |
Like(IEntityFieldCore, String) |
Creates a Like predicate for the field specified using the pattern specified. The pattern has to contain the wildcards required.
| |
Like(IExpression, String) |
Creates a Like predicate for the expression specified using the pattern specified. The pattern has to contain the wildcards required.
| |
StartsWith(IEntityFieldCore, String) |
Creates a Like predicate using the pattern: 'pattern%' for the fieldl specified.
| |
StartsWith(IExpression, String) |
Creates a Like predicate using the pattern: 'pattern%' for the expression specified.
|