{CompanyName} FlexyGo

EntityController..::..GetViewColumnsNames 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 GetViewColumnsNames(
	string ObjectName,
	string ViewName
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetViewColumnsNames ( _
	ObjectName As String, _
	ViewName As String _
) As ActionResult

Parameters

ObjectName
Type: String
Object name.
ViewName
Type: String
Name of the view.

Return Value

Integer as Action result.