SystemObjectAllowMultipleSubjects Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this system supports multiple subjects in one query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowMultipleSubjects { get; set; }
Public Property AllowMultipleSubjects As Boolean
Get
Set
public:
virtual property bool AllowMultipleSubjects {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowMultipleSubjects();
function set_AllowMultipleSubjects(value);
Property Value
Type:
BooleanTrue if this system supports multiple subjects in one query
Return Value
Type:
BooleanTrue if this system supports multiple subjects in one query
Remarks See Also