{CompanyName} FlexyGo

SysController..::..saveView Method

Saves a SQL sentence as an object data view. Only designers

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult saveView(
	string ObjectName,
	string ViewName,
	string Mode,
	FilterSaveHelper[] Properties,
	string SQL
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function saveView ( _
	ObjectName As String, _
	ViewName As String, _
	Mode As String, _
	Properties As FilterSaveHelper(), _
	SQL As String _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
ViewName
Type: String
Name of the view.
Mode
Type: String
Mode
Properties
Type: array<FilterSaveHelper>[]()[][]
The properties.
SQL
Type: String
The SQL Sentence.

Return Value

ActionResult.

Exceptions


ExceptionCondition
FLEXYGO.Exceptions..::..LocalizedExceptionMust be designer to create new views