DataFrameColumnCollection.GetInt64Column(String) Method

Definition

Gets the Int64DataFrameColumn with the specified name.

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

Parameters

name
String

The name of the column

Returns

Int64DataFrameColumn.

Exceptions

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

Applies to