{CompanyName} FlexyGo

EntityController..::..GetViewCount Method

Gets the number of records from an Object data view.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetViewCount(
	string ObjectName,
	string ObjectWhere,
	string ViewName,
	string Filter
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetViewCount ( _
	ObjectName As String, _
	ObjectWhere As String, _
	ViewName As String, _
	Filter As String _
) As ActionResult

Parameters

ObjectName
Type: String
Object name.
ObjectWhere
Type: String
The object where.
ViewName
Type: String
Name of the view.
Filter
Type: String
a where.

Return Value

Integer as Action result.