AbstractSqlGeneratorGetColumnList Method (String, String, Boolean, String) |
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,
string tableName
)
Parameters
- className
- Type: SystemString
Class name - excludedColumns
- Type: SystemString
List of the excluded columns - fullName
- Type: SystemBoolean
Generate full name, including the table name? - tableName
- Type: SystemString
Table name
Return Value
Type:
StringSee Also