[Missing <summary> documentation for "P:NHibernate.Engine.RowSelection.FetchSize"]

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

Syntax

C#
public int FetchSize { get; set; }
Visual Basic
Public Property FetchSize As Integer
	Get
	Set
Visual C++
public:
property int FetchSize {
	int get ();
	void set (int value);
}

See Also