LikeExpression.EscapeChar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The escape character to use in LIKE.
[System.Runtime.CompilerServices.Nullable(2)]
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression? EscapeChar { get; }
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression EscapeChar { get; }
public virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression? EscapeChar { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.EscapeChar : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
member this.EscapeChar : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
Public Overridable ReadOnly Property EscapeChar As SqlExpression
Property Value
- Attributes