{CompanyName} FlexyGo

EntityController..::..Update Method

Updates 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 Update(
	string ObjectName,
	string ObjectWhere,
	KeyValuePairs[] Properties
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function Update ( _
	ObjectName As String, _
	ObjectWhere As String, _
	Properties As KeyValuePairs() _
) As ActionResult

Parameters

ObjectName
Type: String
Object name.
ObjectWhere
Type: String
The object where.
Properties
Type: array<KeyValuePairs>[]()[][]
The properties.

Return Value

Entity helper as ActionResult.

Exceptions


ExceptionCondition
ExceptionError on update: Obj.LastError