{CompanyName} FlexyGo

EntityController..::..Delete Method

Deletes the specified based on the received properties and the object name. returns an EntityHelper as an ActionResult

Namespace:  FLEXYGO.Controlers.UI
Assembly:  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

Parameters

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

Return Value

Entity helper as ActionResult.

Exceptions


ExceptionCondition
ExceptionError on delete: Obj.LastError