The SqlGenerator type exposes the following members.

Methods

  NameDescription
Public methodadditiveExpr
Public methodaddrExpr
Public methodaggregate
Public methodarguments
Public methodarithmeticExpr
Public methodbinaryComparisonExpression
Public methodbitwiseExpr
Public methodbooleanExpr
Public methodbooleanOp
Public methodcaseExpr
Public methodcomparisonExpr
Public methodconditionList
Public methodconstant
Public methodcount
Public methodcountExpr
Public methoddeleteStatement
Protected methodDFA59_SpecialStateTransition
Protected methodDFA60_SpecialStateTransition
Public methoddistinctOrAll
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodexoticComparisonExpression
Public methodexpr
Public methodfilters
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodfrom
Protected methodFromFragmentSeparator
Public methodfromTable
Public methodGetCollectedParameters
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSQL
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgroupExprs
Public methodinList
Public methodinsertStatement
Public methodlikeEscape
Public methodlimitValue
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodmethodCall
Public methodmultiplicativeExpr
Public methodnestedExpr
Public methodnestedExprAfterMinusDiv
Protected methodNestedFromFragment
Public methodorderDirection
Public methodorderExprs
Public methodparameter
Public methodparenSelect
Public methodquantified
Public methodReportError(RecognitionException) (Overrides BaseRecognizerReportError(RecognitionException).)
Public methodReportError(String)
Public methodReportWarning
Public methodselectAtom
Public methodselectClause
Public methodselectColumn
Public methodselectExpr
Public methodselectStatement
Public methodsetClause
Public methodsimpleExpr
Public methodsimpleExprList
Public methodsqlToken
Public methodstatement
Public methodsynpred1_SqlGenerator
Public methodsynpred1_SqlGenerator_fragment
Public methodsynpred2_SqlGenerator
Public methodsynpred2_SqlGenerator_fragment
Public methodsynpred3_SqlGenerator
Public methodsynpred3_SqlGenerator_fragment
Public methodsynpred4_SqlGenerator
Public methodsynpred4_SqlGenerator_fragment
Public methodtableJoin
Public methodthetaJoins
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodupdateStatement
Public methodwhereClause
Public methodwhereClauseExpr
Public methodwhereExpr

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

See Also