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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FetchSize As Integer
C#
public int FetchSize { get; }
Visual C++
public:
property int FetchSize {
	int get ();
}
JavaScript
function get_fetchSize();

See Also