Set a fetch size for the underlying ADO query.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
IQuery SetFetchSize( int fetchSize )  | 
| Visual Basic | 
|---|
Function SetFetchSize ( _ fetchSize As Integer _ ) As IQuery  | 
| Visual C++ | 
|---|
IQuery^ SetFetchSize( int fetchSize )  | 
Parameters
- fetchSize
 - Type: System..::..Int32
the fetch size 
Return Value
[Missing <returns> documentation for "M:NHibernate.IQuery.SetFetchSize(System.Int32)"]