DbProviderManifest.EscapeLikeArgument(String) Method
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.
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.
public:
virtual System::String ^ EscapeLikeArgument(System::String ^ argument);
public virtual string EscapeLikeArgument (string argument);
abstract member EscapeLikeArgument : string -> string
override this.EscapeLikeArgument : string -> string
Public Overridable Function EscapeLikeArgument (argument As String) As String
Parameters
- argument
- String
The argument to be escaped.
Returns
The argument with the wildcards and the escape character escaped.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.