Share via


DataFrameColumn.AddDataViewColumn(DataViewSchema+Builder) Method

Definition

Adds a new DataViewSchema.Column to the specified builder for the current column.

protected internal virtual void AddDataViewColumn (Microsoft.ML.DataViewSchema.Builder builder);
abstract member AddDataViewColumn : Microsoft.ML.DataViewSchema.Builder -> unit
override this.AddDataViewColumn : Microsoft.ML.DataViewSchema.Builder -> unit
Protected Friend Overridable Sub AddDataViewColumn (builder As DataViewSchema.Builder)

Parameters

builder
DataViewSchema.Builder

The builder to which to add the schema column.

Applies to