Click or drag to resize
AbstractSqlGeneratorGetColumnList Method (String, String, Boolean)
Generates the column list for the SQL query.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also