Returns the data type of the select expression.

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

Syntax

C#
IType DataType { get; }
Visual Basic
ReadOnly Property DataType As IType
	Get
Visual C++
property IType^ DataType {
	IType^ get ();
}

See Also