RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

TableDefinitionBase..::..GetChunk Method

Gets the chunk.

Namespace:  RingSoft.DbLookup.ModelDefinition
Assembly:  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.

Return Value

ChunkResult.