{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
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetCount ( _
	ObjectName As String, _
	CryptedSql As String, _
	Filters As KeyValuePairs() _
) As ActionResult

Parameters

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

Return Value

ActionResult.