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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool PatternIsRegEx { get; set; }
Public Property PatternIsRegEx As Boolean
Get
Set
Property Value
Type:
BooleanSee Also