The SqlString type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SqlString | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Append | Overloaded. |
![]() | EndsWith |
Determines whether the end of this instance matches the specified String.
|
![]() | Equals | |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Overrides Object..::.GetHashCode()()().) |
![]() | GetParameterCount | |
![]() | GetSubselectString | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOfCaseInsensitive |
Returns the index of the first occurence of text, case-insensitive.
|
![]() | Insert | |
![]() | LastIndexOfCaseInsensitive | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Parse |
Parse SQL in sql and create a SqlString representing it.
|
![]() | Replace | |
![]() | StartsWithCaseInsensitive |
Determines whether the beginning of this SqlString matches the specified System.String,
using case-insensitive comparison.
|
![]() | Substring | Overloaded. |
![]() | SubstringStartingWithLast |
Returns substring of this SqlString starting with the specified
text. If the text is not found, returns an
empty, not-null SqlString.
|
![]() | ToString |
Returns the SqlString in a string where it looks like
SELECT col1, col2 FROM table WHERE col1 = ?
(Overrides Object..::.ToString()()().) |
![]() | Trim |
Removes all occurrences of white space characters from the beginning and end of this instance.
|
![]() | Visit |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition |