IDataQueryGetListResultT Method |
Gets the result as a list of values from the first column that the query returns. Excludes null values from the result.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax IList<T> GetListResult<T>()
Type Parameters
- T
Return Value
Type:
IListTSee Also