SIFWorks ADK 2.0
QueryLanguage Property
NamespacesEdustructures.SifWorks.ReportingReportDefinitionSourceQueryLanguage

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the QueryLanguage attribute.
Declaration Syntax
C#Visual BasicVisual C++
public string QueryLanguage{ get; set;}
Public Property QueryLanguage As String
public:
property String^ QueryLanguage {
	String^ get ();
	void set (String^ value);
}
Value
The QueryLanguage attribute of this object.
Remarks

The SIF specification defines the meaning of this attribute as: "The vendor-defined query language used in the report definition (e.g. SQL, ExampleObject, com.vendor.format, etc.). If the Type attribute is SIF_Query, then QueryLanguage should also be SIF_Query. If the Type attribute is SIF_ExtendedQuery, then QueryLanguage should also be SIF_ExtendedQuery."

Version: 2.0

Since: 2.0

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10