DataViewSchema.Builder Class

Definition

Class containing operations to build a DataViewSchema.

public sealed class DataViewSchema.Builder
type DataViewSchema.Builder = class
Public NotInheritable Class DataViewSchema.Builder
Inheritance
DataViewSchema.Builder

Constructors

DataViewSchema.Builder()

Create a new instance of DataViewSchema.Builder.

Methods

AddColumn(String, DataViewType, DataViewSchema+Annotations)

Add one column to the schema being built.

AddColumns(IEnumerable<DataViewSchema.Column>)

Add multiple existing columns to the schema being built.

AddColumns(IEnumerable<DataViewSchema.DetachedColumn>)

Add multiple existing columns to the schema being built.

ToSchema()

Returns a DataViewSchema that contains the current contents of this DataViewSchema.Builder.

Applies to