Click or drag to resize

FrameViewSelect Method (String)

Constructs a new view, containing only the given columns.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public FrameView Select(
	params string[] columnNames
)

Parameters

columnNames
Type: SystemString
The names of the columns to include.

Return Value

Type: FrameView
A view containing only the given columns.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnNames is .
IndexOutOfRangeExceptionOne or more of the names in columnNames is not the name of a column in the view.
See Also