SQLProvider

SsdtColumn Type

Represents a database table column from SSDT schema.

Record fields

Record Field Description

AllowNulls

Full Usage: AllowNulls

Field type: bool

True if the column allows NULL values

Field type: bool

ComputedColumn

Full Usage: ComputedColumn

Field type: bool

True if the column is computed/calculated

Field type: bool

DataType

Full Usage: DataType

Field type: string

The SQL data type (e.g., varchar, int, datetime)

Field type: string

Description

Full Usage: Description

Field type: string

Extended description/comment for the column

Field type: string

FullName

Full Usage: FullName

Field type: string

The fully qualified column name (schema.table.column)

Field type: string

HasDefault

Full Usage: HasDefault

Field type: bool

True if the column has a default value constraint

Field type: bool

IsIdentity

Full Usage: IsIdentity

Field type: bool

True if the column is an identity/auto-increment column

Field type: bool

Name

Full Usage: Name

Field type: string

The column name without qualification

Field type: string

Type something to start searching.