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; }
Public Property EscapeCharacter As Nullable(Of Char)
Get
Set
Property Value
Type:
NullableCharSee Also