Click or drag to resize

MultiInputRecordReaderTOnCurrentPartitionChanging Method

Raises the CurrentPartitionChanging event.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
protected virtual void OnCurrentPartitionChanging(
	CurrentPartitionChangingEventArgs e
)

Parameters

e
Type: Ookii.Jumbo.IOCurrentPartitionChangingEventArgs
The data for the event.
See Also