AbstractSqlGeneratorGetColumnList Method (String, String, Boolean) |
Generates the column list for the SQL query.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public static string GetColumnList(
string className,
string excludedColumns,
bool fullName
)
Parameters
- className
- Type: SystemString
Class name - excludedColumns
- Type: SystemString
List of the excluded columns - fullName
- Type: SystemBoolean
Generate full name, including the table name?
Return Value
Type:
StringSee Also