Click or drag to resize

FieldLikePredicateEscapeCharacter Property

Gets / sets the escape character to use for the pattern. By default this field is null, so no ESCAPE clause is emitted.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public Nullable<char> EscapeCharacter { get; set; }

Property Value

Type: NullableChar
See Also