The SqlString type exposes the following members.

Methods

  NameDescription
AppendOverloaded.
EndsWith
Determines whether the end of this instance matches the specified String.
Equals
(Overrides Object..::.Equals(Object).)
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
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
Replaces all occurrences of a specified String in this instance, with another specified String .
StartsWithCaseInsensitive
Determines whether the beginning of this SqlString matches the specified System.String, using case-insensitive comparison.
SubstringOverloaded.
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

  NameDescription
Addition

See Also