DataFrameColumnCollection.GetByteColumn(String) Method

Definition

Gets the ByteDataFrameColumn with the specified name and attempts to return it as an ByteDataFrameColumn. If DataType is not of type Byte, an exception is thrown.

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

Parameters

name
String

The name of the column

Returns

ByteDataFrameColumn.

Exceptions

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

Applies to