Class QQNoParentNode
	
	Class QQColumnNode
A node that represents a column in a table.
	 
	
		- 
			QBaseClass
			
			
			
		
- 
			 QQNode QQNode
- 
			 QQColumnNode QQColumnNode
- 
			 QQSubQueryNode QQSubQueryNode
- 
			 QQNoParentNode QQNoParentNode
	Methods summary
	
		| 
			 public 
			string
			
			 |  | 
	
		| 
			 public 
			
			
			 | 
		#
		SetAlias(  $strAlias )
			Change the alias of the node, primarily for joining the same table more than once. 
			Change the alias of the node, primarily for joining the same table more than once. ParametersThrowsOverrides | 
	
		| 
			 public 
			string
			
			 | 
		#
		FullAlias( )
			Aid to generating full aliases. Recursively gets and sets the parent alias, eventually creating, caching and returning
an alias for itself. 
			Aid to generating full aliases. Recursively gets and sets the parent alias, eventually creating, caching and returning
an alias for itself. Returns
					string
				 Overrides | 
	
	
	
	Methods inherited from QQNode
	
		| 
			Fields(), 
			FirstChild(), 
			GetDataGridHtml(), 
			GetDataGridOrderByNode(), 
			GetType(), 
			GetValue(), 
			PrimaryKeyFields(), 
			PutSelectFields(), 
			SetFilteredDataGridColumnFilter(), 
			_MergeExpansionNode(), 
			__get(), 
			__set()
		 | 
	
	
	
	Properties inherited from QQNode
	
		| 
			$blnExpandAsArray, 
			$blnIsType, 
			$objChildNodeArray, 
			$objParentNode, 
			$strAlias, 
			$strClassName, 
			$strFullAlias, 
			$strName, 
			$strPrimaryKey, 
			$strPropertyName, 
			$strRootTableName, 
			$strTableName, 
			$strType
		 | 
	
	
	Magic properties inherited from QQNode
	
		| 
			$ExpandAsArray, 
			$IsType, 
			$_Alias, 
			$_ClassName, 
			$_Name, 
			$_ParentNode, 
			$_PrimaryKey, 
			$_PrimaryKeyNode, 
			$_PropertyName, 
			$_RootTableName, 
			$_TableName, 
			$_Type
		 |