Click or drag to resize
DataHelperGetSingleColumnDataSet Method
Returns a DataSet containing single table with single column.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static DataSet GetSingleColumnDataSet(
	string tableName,
	string columnName,
	Type columnType
)

Parameters

tableName
Type: SystemString
Table name
columnName
Type: SystemString
Column name
columnType
Type: SystemType
Column data type

Return Value

Type: DataSet
See Also