Namespace:  NHibernate.Driver
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FieldCount As Integer
C#
public int FieldCount { get; }
Visual C++
public:
virtual property int FieldCount {
	int get () sealed;
}
JavaScript
function get_fieldCount();

Implements

IDataRecord..::.FieldCount

See Also