Click or drag to resize

DatabaseSchemaAddColumns Method

Namespace:  Dynamicweb.Data
Assembly:  Dynamicweb.Data (in Dynamicweb.Data.dll) Version: 3.0.3
Syntax
public static ApplicationResponse AddColumns(
	string tableName,
	IEnumerable<ColumnInfo> columns
)

Parameters

tableName
Type: SystemString
columns
Type: System.Collections.GenericIEnumerableColumnInfo

Return Value

Type: ApplicationResponse
See Also