Click or drag to resize
AccountHelper.GetAccounListInfos 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.DataEngine.QueryDataParameters
Query parameters
where
Type: System.String
SQL WHERE condition
orderBy
Type: System.String
SQL ORDER BY parameters
topN
Type: System.Int32
SQL TOP N parameters
columns
Type: System.String
Selected columns

Return Value

Type: DataSet
Returns DataSet
See Also