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.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- argument
-
Type:
System.String
The argument to be escaped.