![]() | SqlStatement Methods |
The SqlStatement type exposes the following members.
Name | Description | |
---|---|---|
![]() | And(SqlStatement) |
Append an AND condition
|
![]() | And(String, Object) |
Construct a where clause on the expression tree
|
![]() | AndTExpression(ExpressionFuncTExpression, Boolean) |
Expression
|
![]() | Append(SqlStatement) |
Append the SQL statement
|
![]() | Append(String, Object) |
Append the specified SQL
|
![]() | Build |
Build the special SQL statement
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from 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 | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMember |
Get member information from lambda
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InnerJoin(Type, Type) |
Inner join left and right
|
![]() | InnerJoinTLeft, TRight(ExpressionFuncTLeft, Object, ExpressionFuncTRight, Object) |
Inner join
|
![]() | JoinTLeft, TRight | |
![]() | Limit |
Limit of the
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Offset |
Append an offset statement
|
![]() | Or(SqlStatement) |
Append an AND condition
|
![]() | Or(String, Object) |
Construct a where clause on the expression tree
|
![]() | OrderByTExpression |
Construct an order by
|
![]() | RemoveLast |
Removes the last statement from the list
|
![]() | RemoveLast(SqlStatement) |
Removes the last statement from the list
|
![]() | SelectFrom |
Return a select from
|
![]() | ToString |
represent as a string
(Overrides ObjectToString.) |
![]() | Where(SqlStatement) |
Where clause
|
![]() | Where(String, Object) |
Construct a where clause on the expression tree
|
![]() | WhereTExpression(ExpressionFuncTExpression, Boolean) |
Construct a where clause on the expression tree
|
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.) |
![]() | GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |