Sql |
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 | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (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 | Returns a string that represents the current object. (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) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |