'DeclarationPublic Function EscapeLikeArgument( _ ByVal argument As System.String _ ) As System.String
'UsageDim instance As VistaDBProviderManifest Dim argument As System.String Dim value As System.String value = instance.EscapeLikeArgument(argument)
public System.string EscapeLikeArgument( System.string argument )
Parameters
- argument
- The argument to be escaped.
Return Value
The argument with the wildcards and the escape character escaped.