{CompanyName} FlexyGo

MasterTableController..::..GetTableData Method

Gets the master table data.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetTableData(
	string TableName
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetTableData ( _
	TableName As String _
) As ActionResult

Parameters

TableName
Type: String
Name of the table.

Return Value

ActionResult.

Exceptions