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
)
Public Function Select (
ParamArray columnNames As String()
) As FrameView
public:
FrameView^ Select(
... array<String^>^ columnNames
)
member Select :
columnNames : string[] -> FrameView
Parameters
- columnNames
- Type: SystemString
The names of the columns to include.
Return Value
Type:
FrameViewA view containing only the given columns.
Exceptions See Also