Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetCollectionBatch ( _ collectionPersister As ICollectionPersister, _ id As Object, _ batchSize As Integer _ ) As Object() |
C# |
---|
public Object[] GetCollectionBatch( ICollectionPersister collectionPersister, Object id, int batchSize ) |
Visual C++ |
---|
public: array<Object^>^ GetCollectionBatch( ICollectionPersister^ collectionPersister, Object^ id, int batchSize ) |
JavaScript |
---|
function getCollectionBatch(collectionPersister, id, batchSize); |
Parameters
- collectionPersister
- Type: NHibernate.Persister.Collection..::.ICollectionPersister
- id
- Type: System..::.Object
- batchSize
- Type: System..::.Int32