Deployment Tools Foundation
ColumnInfo Constructor (name, type, size, isRequired)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ColumnInfo ► ColumnInfo(String, Type, Int32, Boolean)
Creates a new ColumnInfo object from a list of parameters.
Declaration Syntax
Parameters
- name (String)
- name of the column
- type (Type)
- type of the column; must be one of the following: Int16, Int32, String, or Stream
- size (Int32)
- the maximum number of characters for String columns; ignored for other column types
- isRequired (Boolean)
- true if the column is required to have a non-null value