SPColumnDefinition constructor
Instantiates a new instance of the SPColumnDefinition class.
Overload list
Name | Description | |
---|---|---|
SPColumnDefinition(String, SqlDbType) | Instantiates a new instance of the SPColumnDefinition class and provides the name and SQL data type for the new column. | |
SPColumnDefinition(String, SqlDbType, Int32) | Instantiates a new instance of the SPColumnDefinition class and provides the name, the SQL data type, and the size for the new column. |
Top