Click or drag to resize
SqlHelper.AddColumns Method
Adds the columns.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public static string AddColumns(
	string columns,
	string addColumns,
	bool treatEmptyAsAll = false
)

Parameters

columns
Type: System.String
Original columns
addColumns
Type: System.String
Columns to add
treatEmptyAsAll (Optional)
Type: System.Boolean
If true, empty source columns are treated as all columns

Return Value

Type: String
See Also