{CompanyName} FlexyGo

MasterTableController..::..Insert Method

Inserts values in the specified master table name.

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult Insert(
	string TableName,
	KeyValuePairs[] values
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function Insert ( _
	TableName As String, _
	values As KeyValuePairs() _
) As ActionResult

Parameters

TableName
Type: String
Name of the table.
values
Type: array<KeyValuePairs>[]()[][]
The values.

Return Value

ActionResult.

Exceptions