Click or drag to resize

SqlColumnBaseDefinitionGetSQLType Method

Generate the full SQL identification code for this column.

Ex : DECIMAL(38, 8) or NVARCHAR(MAX) or VARBINARY(255)

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public string GetSQLType()

Return Value

Type: String
See Also