SystemObjectSQLFlavour Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the SQL syntax flavour to be used for this system
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SQLFlavour { get; set; }
Public Property SQLFlavour As String
Get
Set
public:
virtual property String^ SQLFlavour {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SQLFlavour();
function set_SQLFlavour(value);
Property Value
Type:
StringA value that indicates the SQL syntax flavour to be used for this system
Return Value
Type:
StringA value that indicates the SQL syntax flavour to be used for this system
Remarks See Also