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.10.0.0 (5.10.0)
Syntaxpublic Nullable<char> EscapeCharacter { get; set; }Public Property EscapeCharacter As Nullable(Of Char)
	Get
	Set
Property Value
Type: 
NullableChar
See Also