EntityController..::..Read Method
Reads the specified object name and returns an EntityHelper as an ActionResult.
Namespace:
FLEXYGO.Controlers.UIAssembly: 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