SchemaDefinition.Column Class

Definition

One column of the data view.

public sealed class SchemaDefinition.Column
type SchemaDefinition.Column = class
Public NotInheritable Class SchemaDefinition.Column
Inheritance
SchemaDefinition.Column

Properties

Annotations

Returns annotations kind and type associated with this column.

ColumnName

The name of the column that's created in the data view. If this is null, the API uses the MemberName.

ColumnType

The column type. If this is null, the API attempts to derive a type from the member's type.

MemberName

The name of the member the column is taken from. The API requires this to not be null, and a valid name of a member of the type for which we are creating a schema.

Methods

AddAnnotation<T>(String, T, DataViewType)

Add annotation to the column.

Applies to