Click or drag to resize

FrameViewSelect Method (ICollectionString)

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(
	ICollection<string> columnNames
)

Parameters

columnNames
Type: System.Collections.GenericICollectionString
The names of the columns to include.

Return Value

Type: FrameView
A new 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