Deployment Tools Foundation
SqlCreateString Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ColumnInfo ► SqlCreateString
Gets an SQL fragment that can be used to create this column within a CREATE TABLE statement.


SQL fragment to be used for creating the column

Examples:
- LONG
- SHORT TEMPORARY
- CHAR(0) LOCALIZABLE
- CHAR(72) NOT NULL LOCALIZABLE
- OBJECT