Click or drag to resize
DataQueryBaseTQueryGetListResultT 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: 10.0.0
Syntax
C#
public IList<T> GetListResult<T>()

Type Parameters

T

Return Value

Type: IListT

Implements

IDataQueryGetListResultT
See Also