The SqlString type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SqlString(array<Object>[]()[][]) | Initializes a new instance of the SqlString class | |
| SqlString(String) | Initializes a new instance of the SqlString class |
Methods
| Name | Description | |
|---|---|---|
| Append(String) |
Appends the string parameter to the end of the current SqlString to create a
new SqlString object.
| |
| Append(SqlString) |
Appends the SqlString parameter to the end of the current SqlString to create a
new SqlString object.
| |
| Compact |
Compacts the SqlString into the fewest parts possible.
| |
| Copy |
Make a copy of the SqlString, with new parameter references (Placeholders)
| |
| EndsWith |
Determines whether the end of this instance matches the specified String.
| |
| EndsWithCaseInsensitive | ||
| Equals | (Overrides Object..::..Equals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
| GetParameterCount | ||
| GetParameters | ||
| GetSubselectString | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOfCaseInsensitive |
Returns the index of the first occurrence of text, case-insensitive.
| |
| Insert(Int32, SqlString) | ||
| Insert(Int32, String) | ||
| 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 | ||
| Split | ||
| StartsWithCaseInsensitive |
Determines whether the beginning of this SqlString matches the specified System.String,
using case-insensitive comparison.
| |
| Substring(Int32) |
Retrieves a substring from this instance. The substring starts at a specified character position.
| |
| Substring(Int32, Int32) | ||
| 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 |
Extension Methods
| Name | Description | |
|---|---|---|
| As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | |
| IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) | |
| IsProxy | (Defined by NHibernateProxyHelper.) | |
| ToTypeParameters | (Defined by ReflectHelper.) |
Fields
| Name | Description | |
|---|---|---|
| Empty |