Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
public bool PatternIsRegEx { get; set; }

Property Value

Type: Boolean
See Also