Share via


DatabaseColumn.ColumnType Property

Definition

Gets or sets the column data type. Possible values include: 'image', 'text', 'uniqueidentifier', 'date', 'time', 'datetime2', 'datetimeoffset', 'tinyint', 'smallint', 'int', 'smalldatetime', 'real', 'money', 'datetime', 'float', 'sql_variant', 'ntext', 'bit', 'decimal', 'numeric', 'smallmoney', 'bigint', 'hierarchyid', 'geometry', 'geography', 'varbinary', 'varchar', 'binary', 'char', 'timestamp', 'nvarchar', 'nchar', 'xml', 'sysname'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.columnType")]
public string ColumnType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.columnType")>]
member this.ColumnType : string with get, set
Public Property ColumnType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to