{CompanyName} FlexyGo

MasterTableController..::..Delete Method

Deletes the specified master table data.

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

Syntax


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

Parameters

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

Return Value

ActionResult.

Exceptions