DbProviderManifest.EscapeLikeArgument(String) Method

Definition

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