[Missing <summary> documentation for "M:NHibernate.Hql.Ast.HqlTreeBuilder.Ident(System.Type)"]

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

Syntax

C#
public HqlIdent Ident(
	Type type
)
Visual Basic
Public Function Ident ( _
	type As Type _
) As HqlIdent
Visual C++
public:
HqlIdent^ Ident(
	Type^ type
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.Hql.Ast.HqlTreeBuilder.Ident(System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.HqlTreeBuilder.Ident(System.Type)"]

See Also