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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.