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
)
Public Function Select (
columnNames As ICollection(Of String)
) As FrameView
public:
FrameView^ Select(
ICollection<String^>^ columnNames
)
member Select :
columnNames : ICollection<string> -> FrameView
Parameters
- columnNames
- Type: System.Collections.GenericICollectionString
The names of the columns to include.
Return Value
Type:
FrameViewA new view containing only the given columns.
Exceptions See Also