Click or drag to resize
SqlHelperAddColumns Method
Adds the columns.

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

Parameters

columns
Type: SystemString
Original columns
addColumns
Type: SystemString
Columns to add
treatEmptyAsAll (Optional)
Type: SystemBoolean
If true, empty source columns are treated as all columns

Return Value

Type: String
See Also