DatabaseLoader.Range Class

Definition

Specifies the range of indices or names of input columns that should be mapped to an output column.

public sealed class DatabaseLoader.Range
type DatabaseLoader.Range = class
Public NotInheritable Class DatabaseLoader.Range
Inheritance
DatabaseLoader.Range

Constructors

DatabaseLoader.Range()
DatabaseLoader.Range(Int32)

A range representing a single value. Will result in a scalar column.

DatabaseLoader.Range(Int32, Int32)

A range representing a set of values. Will result in a vector column.

DatabaseLoader.Range(String)

A range representing a single value. Will result in a scalar column.

Fields

ForceVector

Force scalar columns to be treated as vectors of length one.

Max

The maximum index of the column, inclusive.

Min

The minimum index of the column, inclusive.

Name

The name of the input column.

Applies to