{CompanyName} FlexyGo

ListController..::..GetCount Method

Gets the number of rows count.

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetCount(
	string ObjectName,
	string CryptedSql,
	KeyValuePairs[] Filters,
	string ModuleName,
	string PageName
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetCount ( _
	ObjectName As String, _
	CryptedSql As String, _
	Filters As KeyValuePairs(), _
	ModuleName As String, _
	PageName As String _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
CryptedSql
Type: String
The crypted SQL.
Filters
Type: array<KeyValuePairs>[]()[][]
The Filters.
ModuleName
Type: String
The module identifier.
PageName
Type: String
The page identifier.

Return Value

ActionResult.