FieldLikePredicatePatternIsRegEx Property |
Gets or sets a value indicating whether the string specified in Pattern is a regular expression (true) or not (false). Only used for
in-memory filtering, ignored when predicate is used in database filters.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public bool PatternIsRegEx { get; set; }
Public Property PatternIsRegEx As Boolean
Get
Set
Property Value
Type:
BooleanSee Also