SqlHelperAddColumns Method |
Adds the columns.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also