SysController..::..testView Method
Tests a given SQL sentence and an object.
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public static bool testView( string ObjectName, string SQL )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Shared Function testView ( _ ObjectName As String, _ SQL As String _ ) As Boolean
Return Value
true if test was run ok, false otherwise.Exceptions
Exception | Condition |
---|---|
FLEXYGO.Exceptions..::..LocalizedException | Can't find primary key field {0} in this SQL Sentence |