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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.