The operation type for the object.
  • Minimum Show the record set with the minimal data in the specified column.
  • Maximum Show the record set with the maximal data in the specified column.
  • None Use the NumberOfRecords information to specify the maximal number of preview records to show.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum InfigoBatchPreviewType
Visual Basic (Declaration)
Public Enumeration InfigoBatchPreviewType
Visual C++
public enum class InfigoBatchPreviewType

Members

Member nameDescription
Minimum
The minimum input data operation mode.
Maximum
The maximum input data operation mode.
None
Maximum number of input records operation mode.

See Also