[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementType.ToColumns(System.String,System.String,System.Boolean)"]

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string[] ToColumns(
	string tableAlias,
	string path,
	bool inSelect
)
Visual Basic
Public Function ToColumns ( _
	tableAlias As String, _
	path As String, _
	inSelect As Boolean _
) As String()
Visual C++
public:
array<String^>^ ToColumns(
	String^ tableAlias, 
	String^ path, 
	bool inSelect
)

Parameters

tableAlias
Type: System..::..String

[Missing <param name="tableAlias"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementType.ToColumns(System.String,System.String,System.Boolean)"]

path
Type: System..::..String

[Missing <param name="path"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementType.ToColumns(System.String,System.String,System.Boolean)"]

inSelect
Type: System..::..Boolean

[Missing <param name="inSelect"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementType.ToColumns(System.String,System.String,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementType.ToColumns(System.String,System.String,System.Boolean)"]

See Also