Click or drag to resize
Systems Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineSystems

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Systems : _Systems, IEnumerable, 
	IEnumerator

The Systems type exposes the following members.

Constructors
  NameDescription
Public methodSystems
Creates and returns a new systems object
Public methodSystems(DataSet)
Creates and returns a new systems object
Public methodSystems(String)
Creates and returns a new systems object
Top
Methods
  NameDescription
Public methodStatic memberGenerateFieldLists
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodImportSQLSubjects
Public methodImportSQLSystems
Public methodImportSystem
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodOpen(DataSet)
Opens the systems with a specified dataset
Public methodOpen(String)
Opens the systems from a specified
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Public methodSave
Saves the current systems to the file specified by the filename property
Public methodSave(String)
Saves the current systems to the specified file.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of system objects in this collection
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyDataSet
Gets the dataset that represents this systems collection
Public propertyFileName
Gets and sets the filename this dataset will be saved to
Public propertyItemInt32
Gets a system object
Public propertyItemString
Gets a system object
Public propertyNames
Gets a string array containing the names of the system objects in this collection
Top
See Also