Click or drag to resize

SqlStatement Methods

The SqlStatement type exposes the following members.

Methods
  NameDescription
Public methodAppend(SqlStatement)
Append sql statement other to this and return a new SqlStatement
Public methodAppend(String)
Append sql statement other to this and return a new SqlStatement
Public methodContains
True if this sql statement contains partialStatement
Public methodEndsWith
True if any of the components in this statement end with partialStatement
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEmpty
True if the statement is empty
Public methodLast
Get the last in the tree
Public methodPrepare
Collapses this SqlStatement into a single statement for execution
Public methodReduce
Reduces any empty statements from this chain
Public methodRemoveLast
Remove the last statement from this SqlStatement
Public methodToLiteral
Represent as a literal query string
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
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.)
Top
See Also