The ComponentJoin type exposes the following members.

Constructors

  NameDescription
Public methodComponentJoin
Initializes a new instance of the ComponentJoin class

Methods

  NameDescription
Public methodAddChild (Inherited from ASTNode.)
Public methodAddChildren(array<IASTNode>[]()[][]) (Inherited from ASTNode.)
Public methodAddChildren(IEnumerable<(Of <<'(IASTNode>)>>)) (Inherited from ASTNode.)
Public methodAddEmbeddedParameter (Inherited from FromElement.)
Public methodAddSibling (Inherited from ASTNode.)
Protected methodAppendDisplayText (Inherited from FromElement.)
Public methodCheckInitialized (Inherited from FromElement.)
Public methodClearChildren (Inherited from ASTNode.)
Public methodDupNode (Inherited from ASTNode.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodGetAncestor (Inherited from ASTNode.)
Public methodGetAncestors (Inherited from ASTNode.)
Public methodGetChild (Inherited from ASTNode.)
Public methodGetDisplayText (Overrides FromElement..::..GetDisplayText()()()().)
Public methodGetEmbeddedParameters (Inherited from FromElement.)
Public methodGetEnumerator (Inherited from ASTNode.)
Public methodGetFirstChild (Inherited from ASTNode.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIdentityColumn (Overrides FromElement..::..GetIdentityColumn()()()().)
Public methodGetPropertyMapping (Inherited from FromElement.)
Public methodGetPropertyType (Inherited from FromElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandlePropertyBeingDereferenced (Inherited from FromElement.)
Public methodHasAncestor (Inherited from ASTNode.)
Public methodInitialize (Inherited from HqlSqlWalkerNode.)
Public methodInitializeCollection (Inherited from FromElement.)
Protected methodInitializeComponentJoin (Inherited from FromElement.)
Public methodInitializeEntity (Inherited from FromElement.)
Public methodInsertChild (Inherited from ASTNode.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveChild(Int32) (Inherited from ASTNode.)
Public methodRemoveChild(IASTNode) (Inherited from ASTNode.)
Public methodRenderCollectionSelectFragment (Inherited from FromElement.)
Public methodRenderIdentifierSelect
Returns the identifier select SQL fragment.
(Inherited from FromElement.)
Public methodRenderPropertySelect
Returns the property select SQL fragment.
(Inherited from FromElement.)
Public methodRenderScalarIdentifierSelect
Render the identifier select, but in a 'scalar' context (i.e. generate the column alias).
(Inherited from FromElement.)
Public methodRenderText (Inherited from FromElement.)
Public methodRenderValueCollectionSelectFragment (Inherited from FromElement.)
Public methodSetAllPropertyFetch (Inherited from FromElement.)
Public methodSetChild (Inherited from ASTNode.)
Public methodSetFirstChild (Inherited from ASTNode.)
Public methodSetImpliedInFromClause (Inherited from FromElement.)
Public methodSetIncludeSubclasses (Inherited from FromElement.)
Public methodSetIndexCollectionSelectorParamSpec (Inherited from FromElement.)
Public methodSetOrigin (Inherited from FromElement.)
Public methodSetRole (Inherited from FromElement.)
Public methodSetWithClauseFragment (Inherited from FromElement.)
Public methodToColumns(String, String, Boolean) (Inherited from FromElement.)
Public methodToColumns(String, String, Boolean, Boolean) (Inherited from FromElement.)
Public methodToString (Inherited from ASTNode.)
Public methodToStringTree (Inherited from ASTNode.)

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.)

Properties

  NameDescription
Public propertyAliasGenerator (Inherited from HqlSqlWalkerNode.)
Public propertyASTFactory (Inherited from HqlSqlWalkerNode.)
Public propertyCharPositionInLine (Inherited from ASTNode.)
Public propertyChildCount (Inherited from ASTNode.)
Public propertyChildIndex (Inherited from ASTNode.)
Public propertyClassAlias (Inherited from FromElement.)
Public propertyClassName (Inherited from FromElement.)
Public propertyCollectionJoin (Inherited from FromElement.)
Public propertyCollectionSuffix (Inherited from FromElement.)
Public propertyCollectionTableAlias (Inherited from FromElement.)
Public propertyColumns (Inherited from FromElement.)
Public propertyComponentPath
Public propertyComponentProperty
Public propertyComponentType
Public propertyDataType (Overrides FromElement..::..DataType.)
Public propertyEntityPersister (Inherited from FromElement.)
Public propertyFetch (Inherited from FromElement.)
Public propertyFilter (Inherited from FromElement.)
Public propertyFromClause (Inherited from FromElement.)
Public propertyHasEmbeddedParameters (Inherited from FromElement.)
Public propertyIncludeSubclasses (Inherited from FromElement.)
Public propertyIndexCollectionSelectorParamSpec (Inherited from FromElement.)
Public propertyInProjectionList (Inherited from FromElement.)
Public propertyIsAllPropertyFetch (Inherited from FromElement.)
Public propertyIsCollectionJoin (Inherited from FromElement.)
Public propertyIsCollectionOfValuesOrComponents (Inherited from FromElement.)
Public propertyIsDereferencedBySubclassProperty (Inherited from FromElement.)
Public propertyIsDereferencedBySuperclassOrSubclassProperty (Inherited from FromElement.)
Public propertyIsEntity (Inherited from FromElement.)
Public propertyIsFetch (Inherited from FromElement.)
Public propertyIsFilter (Inherited from FromElement.)
Public propertyIsFromOrJoinFragment (Inherited from FromElement.)
Public propertyIsImplied
Returns true if this FromElement was implied by a path, or false if this FROM element is explicitly declared in the FROM clause.
(Inherited from FromElement.)
Public propertyIsImpliedInFromClause (Inherited from FromElement.)
Public propertyIsNil (Inherited from ASTNode.)
Public propertyJoinSequence (Inherited from FromElement.)
Public propertyLine (Inherited from ASTNode.)
Public propertyNextSibling (Inherited from ASTNode.)
Public propertyOrigin (Inherited from FromElement.)
Public propertyOriginalText (Inherited from SqlNode.)
Public propertyParent (Inherited from ASTNode.)
Public propertyQueryable (Inherited from FromElement.)
Public propertyQueryableCollection (Inherited from FromElement.)
Public propertyRealOrigin (Inherited from FromElement.)
Public propertySelectType (Inherited from FromElement.)
Public propertyTableAlias (Inherited from FromElement.)
Public propertyText (Inherited from SqlNode.)
Public propertyToken (Inherited from ASTNode.)
Public propertyType (Inherited from ASTNode.)
Public propertyUseFromFragment (Inherited from FromElement.)
Public propertyUseWhereFragment (Inherited from FromElement.)
Public propertyWalker (Inherited from HqlSqlWalkerNode.)
Public propertyWithClauseFragment (Inherited from FromElement.)
Public propertyWithClauseJoinAlias (Inherited from FromElement.)

See Also