Column 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.
Table column.
public class Column
type Column = class
Public Class Column
- Inheritance
-
Column
Constructors
Column() |
Initializes a new instance of the Column class. |
Column(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the Column class. |
Properties
DataTypeHint |
Gets or sets column data type logical hint. Possible values include: 'uri', 'guid', 'armPath', 'ip' |
Description |
Gets or sets column description. |
DisplayName |
Gets or sets column display name. |
IsDefaultDisplay |
Gets is displayed by default. |
IsHidden |
Gets is column hidden. |
Name |
Gets or sets column name. |
Type |
Gets or sets column data type. Possible values include: 'string', 'int', 'long', 'real', 'boolean', 'dateTime', 'guid', 'dynamic' |
Applies to
Azure SDK for .NET