DataFrameColumnCollection.GetSingleColumn(String) Method

Definition

Gets the SingleDataFrameColumn with the specified name.

public Microsoft.Data.Analysis.SingleDataFrameColumn GetSingleColumn (string name);
member this.GetSingleColumn : string -> Microsoft.Data.Analysis.SingleDataFrameColumn
Public Function GetSingleColumn (name As String) As SingleDataFrameColumn

Parameters

name
String

The name of the column

Returns

SingleDataFrameColumn.

Exceptions

A column named name cannot be found, or if the column's type doesn't match.

Applies to