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

Syntax

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

See Also