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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา