DataFrameColumn.AddDataViewColumn(DataViewSchema+Builder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.