DbProviderManifest.SupportsEscapingLikeArgument Method (Char)

 

Indicates if the provider supports escaping strings to be used as patterns in a Like expression.

Namespace:   System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Design", "CA1021:AvoidOutParameters", 
	MessageId = "0#")]
public virtual bool SupportsEscapingLikeArgument(
	out char escapeCharacter
)

Parameters

escapeCharacter
Type: System.Char

If the provider supports escaping, the character that would be used as the escape character.

Return Value

Type: System.Boolean

True if this provider supports escaping strings to be used as patterns in a Like expression; otherwise, false.