AbstractSqlGeneratorGetColumnList Method |
Generates the column list for the SQL query.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public static string GetColumnList(
string className,
string excludedColumns,
bool fullName,
string tableName = null
)
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 (Optional)
- Type: SystemString
Table name
Return Value
Type:
StringSee Also