Click or drag to resize
AccountHelperGetAccounListInfos Method
Returns ccounListInfos for specified parameters.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetAccounListInfos(
	QueryDataParameters parameters,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

parameters
Type: CMS.DataEngineQueryDataParameters
Query parameters
where
Type: SystemString
SQL WHERE condition
orderBy
Type: SystemString
SQL ORDER BY parameters
topN
Type: SystemInt32
SQL TOP N parameters
columns
Type: SystemString
Selected columns

Return Value

Type: DataSet
Returns DataSet
See Also