SqlHelper.AddColumns Method |
Adds the columns.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic 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