{CompanyName} FlexyGo

EntityController..::..Read Method

Reads the specified object name and returns an EntityHelper as an ActionResult.

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

Syntax


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

Parameters

ObjectName
Type: String
Object name.
ObjectWhere
Type: String
The object where.

Return Value

returns EntityHelper as ActionResult.