Partager via


DataFrameColumnCollection Classe

Définition

Un DataFrameColumnCollection est simplement un conteneur qui contient un certain nombre d’instances DataFrameColumn.

public class DataFrameColumnCollection : System.Collections.ObjectModel.Collection<Microsoft.Data.Analysis.DataFrameColumn>
type DataFrameColumnCollection = class
    inherit Collection<DataFrameColumn>
Public Class DataFrameColumnCollection
Inherits Collection(Of DataFrameColumn)
Héritage
DataFrameColumnCollection

Propriétés

Item[String]

Indexeur basé sur Name

Méthodes

ClearItems()

Un DataFrameColumnCollection est simplement un conteneur qui contient un certain nombre d’instances DataFrameColumn.

GetArrowStringColumn(String)

Obtient le ArrowStringDataFrameColumn avec le spécifié name.

GetBooleanColumn(String)

Obtient le BooleanDataFrameColumn avec le spécifié name.

GetByteColumn(String)

Obtient le ByteDataFrameColumn avec le spécifié name et tente de le retourner en tant que ByteDataFrameColumn. Si DataType n’est pas de type Byte, une exception est levée.

GetCharColumn(String)

Obtient le CharDataFrameColumn avec le spécifié name.

GetDateTimeColumn(String)

Obtient le DateTimeDataFrameColumn avec le spécifié name.

GetDecimalColumn(String)

Obtient le DecimalDataFrameColumn avec le spécifié name.

GetDoubleColumn(String)

Obtient le DoubleDataFrameColumn avec le spécifié name.

GetInt16Column(String)

Obtient le Int16DataFrameColumn avec le spécifié name.

GetInt32Column(String)

Obtient le Int32DataFrameColumn avec le spécifié name.

GetInt64Column(String)

Obtient le Int64DataFrameColumn avec le spécifié name.

GetPrimitiveColumn<T>(String)

Obtient le PrimitiveDataFrameColumn<T> avec le spécifié name.

GetSByteColumn(String)

Obtient le SByteDataFrameColumn avec le spécifié name.

GetSingleColumn(String)

Obtient le SingleDataFrameColumn avec le spécifié name.

GetStringColumn(String)

Obtient le StringDataFrameColumn avec le spécifié name.

GetUInt16Column(String)

Obtient le UInt16DataFrameColumn avec le spécifié name.

GetUInt32Column(String)

Obtient le UInt32DataFrameColumn avec le spécifié name.

GetUInt64Column(String)

Obtient le UInt64DataFrameColumn avec le spécifié name.

IndexOf(String)

Recherche un DataFrameColumn avec le spécifié columnName et retourne l’index de base zéro de la première occurrence s’il est trouvé. Retourne -1 sinon

Insert<T>(Int32, IEnumerable<T>, String)

Un DataFrameColumnCollection est simplement un conteneur qui contient un certain nombre d’instances DataFrameColumn.

InsertItem(Int32, DataFrameColumn)

Un DataFrameColumnCollection est simplement un conteneur qui contient un certain nombre d’instances DataFrameColumn.

Remove(String)

Un DataFrameColumnCollection est simplement un conteneur qui contient un certain nombre d’instances DataFrameColumn.

RemoveItem(Int32)

Un DataFrameColumnCollection est simplement un conteneur qui contient un certain nombre d’instances DataFrameColumn.

RenameColumn(String, String)

Un DataFrameColumnCollection est simplement un conteneur qui contient un certain nombre d’instances DataFrameColumn.

SetColumnName(DataFrameColumn, String)
Obsolète.

Un DataFrameColumnCollection est simplement un conteneur qui contient un certain nombre d’instances DataFrameColumn.

SetItem(Int32, DataFrameColumn)

Un DataFrameColumnCollection est simplement un conteneur qui contient un certain nombre d’instances DataFrameColumn.

S’applique à