Sdílet prostřednictvím


DataViewSchema.Builder Třída

Definice

Třída obsahující operace pro sestavení DataViewSchema.

public sealed class DataViewSchema.Builder
type DataViewSchema.Builder = class
Public NotInheritable Class DataViewSchema.Builder
Dědičnost
DataViewSchema.Builder

Konstruktory

DataViewSchema.Builder()

Vytvořte novou instanci .DataViewSchema.Builder

Metody

AddColumn(String, DataViewType, DataViewSchema+Annotations)

Přidejte jeden sloupec do vytvořeného schématu.

AddColumns(IEnumerable<DataViewSchema.Column>)

Přidejte do vytvořeného schématu více existujících sloupců.

AddColumns(IEnumerable<DataViewSchema.DetachedColumn>)

Přidejte do vytvořeného schématu více existujících sloupců.

ToSchema()

DataViewSchema Vrátí hodnotu, která obsahuje aktuální obsah tohoto DataViewSchema.Buildersouboru .

Platí pro