Click or drag to resize

QueryBuilder Methods

The QueryBuilder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddQueryHacks
Add query builder hacks
Public methodStatic memberCreateParameterValue
Create a parameter value
Public methodCreateQuery(Type, IDictionaryString, String, ColumnMapping)
Create query
Public methodCreateQuery(Type, LambdaExpression, ColumnMapping)
Create a query from expression without needing type
Public methodCreateQuery(Type, IDictionaryString, String, String, Boolean, IEnumerableTableMapping, ColumnMapping)
Query query
Public methodCreateQueryTModel(ExpressionFuncTModel, Boolean, ColumnMapping)
Create a query
Public methodCreateSqlPredicate
Create the actual SQL predicate
Public methodCreateWhereTModel
Create a query
Public methodCreateWhereCondition
Create a where condition
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
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