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# |
---|
IDetachedQuery SetFetchSize( int fetchSize ) |
Visual Basic |
---|
Function SetFetchSize ( _ fetchSize As Integer _ ) As IDetachedQuery |
Visual C++ |
---|
IDetachedQuery^ SetFetchSize( int fetchSize ) |
Parameters
- fetchSize
- Type: System..::..Int32
the fetch size
Return Value
[Missing <returns> documentation for "M:NHibernate.IDetachedQuery.SetFetchSize(System.Int32)"]