SqlStatement Methods |
The SqlStatement type exposes the following members.
Name | Description | |
---|---|---|
Append(SqlStatement) |
Append sql statement other to this and return a new SqlStatement
| |
Append(String) |
Append sql statement other to this and return a new SqlStatement
| |
Contains |
True if this sql statement contains partialStatement | |
EndsWith |
True if any of the components in this statement end with partialStatement | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsEmpty |
True if the statement is empty
| |
Last |
Get the last in the tree
| |
Prepare |
Collapses this SqlStatement into a single statement for execution
| |
Reduce |
Reduces any empty statements from this chain
| |
RemoveLast |
Remove the last statement from this SqlStatement
| |
ToLiteral |
Represent as a literal query string
| |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |