SQLProvider

Column Type

Represents a database table column with its metadata and characteristics. Contains all information needed to generate typed properties and handle data conversion.

Record fields

Record Field Description

HasDefault

Full Usage: HasDefault

Field type: bool

True if this column has a default value defined

Field type: bool

IsAutonumber

Full Usage: IsAutonumber

Field type: bool

True if this column has an auto-increment/identity specification

Field type: bool

IsComputed

Full Usage: IsComputed

Field type: bool

True if this column is computed/calculated by the database

Field type: bool

IsNullable

Full Usage: IsNullable

Field type: bool

True if this column can contain NULL values

Field type: bool

IsPrimaryKey

Full Usage: IsPrimaryKey

Field type: bool

True if this column is part of the table's primary key

Field type: bool

Name

Full Usage: Name

Field type: string
Field type: string

TypeInfo

Full Usage: TypeInfo

Field type: string voption

Additional type information specific to the database provider

Field type: string voption

TypeMapping

Full Usage: TypeMapping

Field type: TypeMapping

Type mapping information for converting between .NET and database types

Field type: TypeMapping

Static members

Static member Description

Column.FromQueryParameter(q)

Full Usage: Column.FromQueryParameter(q)

Parameters:
Returns: Column
q : QueryParameter
Returns: Column

Type something to start searching.