{CompanyName} FlexyGo

SysController..::..validateView Method

Validates a given SQL sentence and Object name.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult validateView(
	string ObjectName,
	string SQL
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function validateView ( _
	ObjectName As String, _
	SQL As String _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
SQL
Type: String
The SQL.

Return Value

ActionResult.