DataViewSchema.DetachedColumn Struct

Definition

This class represents the schema of one column of a data view, without an attachment to a particular DataViewSchema.

public struct DataViewSchema.DetachedColumn
type DataViewSchema.DetachedColumn = struct
Public Structure DataViewSchema.DetachedColumn
Inheritance
DataViewSchema.DetachedColumn

Constructors

DataViewSchema.DetachedColumn(DataViewSchema+Column)

Create an instance of DataViewSchema.DetachedColumn from an existing schema's column.

DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations)

Creates an instance of a DataViewSchema.DetachedColumn.

Properties

Annotations

The annotations associated with the column.

Name

The name of the column.

Type

The type of the column.

Applies to