{CompanyName} FlexyGo

EntityController..::..Insert Method

Inserts the specified object 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 Insert(
	string ObjectName,
	KeyValuePairs[] Properties
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function Insert ( _
	ObjectName As String, _
	Properties As KeyValuePairs() _
) As ActionResult

Parameters

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

Return Value

returns EntityHelper as ActionResult.

Exceptions


ExceptionCondition
ExceptionError on insert: Obj.LastError