次の方法で共有


DatabaseColumn.ColumnType プロパティ

定義

列のデータ型を取得または設定します。 使用できる値は、'image'、'text'、'uniqueidentifier'、'date'、'time'、'datetime2'、'datetimeoffset'、'tinyint'、'smallint'、'int'、'smalldatetime'、'real'、 'money'、'datetime'、'float'、'sql_variant'、'ntext'、'bit'、'decimal'、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象