DbProviderManifest.EscapeLikeArgument Method (String)

 

Provider writers should override this method to return the argument with the wildcards and the escape character escaped. This method is only used if SupportsEscapingLikeArgument returns true.

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

public virtual string EscapeLikeArgument(
	string argument
)

Parameters

argument
Type: System.String

The argument to be escaped.

Return Value

Type: System.String

The argument with the wildcards and the escape character escaped.