DataViewSchema.Column Struct
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.
This class describes one column in the particular schema.
public struct DataViewSchema.Column
type DataViewSchema.Column = struct
Public Structure DataViewSchema.Column
- Inheritance
-
DataViewSchema.Column
Properties
Annotations |
The annotations of the column. |
Index |
The column's index in the schema. |
IsHidden |
Whether this column is hidden (accessible only by index). |
Name |
The name of the column. |
Type |
The type of the column. |
Methods
ToString() |
Extension Methods
GetKeyValues<TValue>(DataViewSchema+Column, VBuffer<TValue>) |
Stores the key values of the input column into the provided buffer, if this is of key type and whose
key values are of ItemType whose RawType matches
|
GetSlotNames(DataViewSchema+Column, VBuffer<ReadOnlyMemory<Char>>) |
Stores the slots names of the input column into the provided buffer, if there are slot names. Otherwise it will throw an exception. |
HasKeyValues(DataViewSchema+Column, PrimitiveDataViewType) |
Returns |
HasSlotNames(DataViewSchema+Column) |
Returns |
IsNormalized(DataViewSchema+Column) |
Returns |