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.UIAssembly: 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.