Gets the column count in the result set.

Namespace: NHibernate.Loader.Custom
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public int GetColumnCount()
Visual Basic
Public Function GetColumnCount As Integer
Visual C++
public:
int GetColumnCount()

Return Value

The column count.

See Also