DataViewSchema.Builder Class
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.
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. |