TableDefinitionBase..::..GetChunk Method
Gets the chunk.
Namespace:
RingSoft.DbLookup.ModelDefinitionAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public ChunkResult GetChunk( int chunkSize, PrimaryKeyValue primaryKey )
Public Function GetChunk ( _ chunkSize As Integer, _ primaryKey As PrimaryKeyValue _ ) As ChunkResult
public: ChunkResult^ GetChunk( int^ chunkSize, PrimaryKeyValue^ primaryKey )
Parameters
- chunkSize
- Type: Int32
Size of the chunk.
- primaryKey
- Type: RingSoft.DbLookup..::..PrimaryKeyValue
The primary key.