EntityController..::..Delete Method
Deletes the specified based on the received properties and the object name.
returns an EntityHelper as an ActionResult
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult Delete( string ObjectName, string ObjectWhere )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function Delete ( _ ObjectName As String, _ ObjectWhere As String _ ) As ActionResult