Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
IList<T> GetListResult<T>()

Type Parameters

T

Return Value

Type: IListT
See Also