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

Syntax

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

See Also