Click or drag to resize
AbstractSqlGeneratorGetColumnList Method
Generates the column list for the SQL query.

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