A SqlString object is immutable so this returns a new SqlString. If multiple Appends are called it is better to use the SqlStringBuilder.
return SqlString |
A new SqlString object. |
string rhs |
The string to append. |
Type SqlString
Namespace NHibernate.SqlCommand
A SqlString object is immutable so this returns a new SqlString. If multiple Appends are called it is better to use the SqlStringBuilder.
return SqlString |
A new SqlString object. |
string rhs |
The string to append. |
A SqlString object is immutable so this returns a new SqlString. If multiple Appends are called it is better to use the SqlStringBuilder.
return SqlString |
A new SqlString object. |
SqlString rhs |
The SqlString to append. |
return bool |
${WriteSummary(content)} |
string value |
A string to seek at the end. |
return bool |
|
object obj |
return int |
return int |
return SqlString |
return Type |
The text must be located entirely in a string part of the SqlString . Searching for"a ? b"
in an SqlString consisting of"a ", Parameter, " b"
will result in no matches.
return int |
The index of the first occurence of , or -1 if not found. |
string text |
Text to look for in the SqlString . Must be in lower case. |
return SqlString |
|
int index |
|
string text |
return int |
|
string text |
return SqlString |
A new SqlString with oldValue replaced by the newValue. The new SqlString is in the compacted form. |
string oldValue |
A String to be replaced. |
string newValue |
A String to replace all occurrences of oldValue. |
return bool |
true if the SqlString starts with the value. |
string value |
The System.String to seek |
If the startIndex is greater than the length of the SqlString then Empty is returned.
return SqlString |
A new SqlString to the substring that begins at startIndex in this instance. |
int startIndex |
The starting character position of a substring in this instance. |
return SqlString |
|
int startIndex |
|
int length |
The method performs case-insensitive comparison, so the passed should be in lower case.
return SqlString |
|
string text |
The question mark is used as the indicator of a parameter because at this point we are not using the specific provider so we don't know how that provider wants our parameters formatted.
return string |
A provider-neutral version of the CommandText |
return SqlString |
A new SqlString equivalent to this instance after white space characters are removed from the beginning and end. |
ISqlStringVisitor visitor |
Parameter marks in single quotes will be correctly skipped, but otherwise the lexer is very simple and will not parse double quotes or escape sequences correctly, for example.
return SqlString |
|
string sql |
return int
|
return int
|
return ICollection
|
return SqlString
|
return SqlString
|