Click or drag to resize

SqlColumnBaseDefinitionColumnType Property

Gets or sets the sql type of the column.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public SqlDbType ColumnType { get; set; }

Property Value

Type: SqlDbType
See Also