DataHelperGetSingleColumnDataSet Method |
Returns a DataSet containing single table with single column.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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:
DataSetSee Also