DataFrameColumnCollection.GetUInt64Column(String) Method

Definition

Gets the UInt64DataFrameColumn with the specified name.

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

Parameters

name
String

The name of the column

Returns

UInt64DataFrameColumn.

Exceptions

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

Applies to