Click or drag to resize
Query Methods DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The Query type exposes the following members.

Methods
  Name Description
Public method AuthenticateInmydataAccount
Public method AvailableProfiles
Generates and returns the available profiles for the current Google Account
Public method CheckSystemandSubjectsValid
Public method Clone
Creates and returns an absolute copy of this query
Public method Static member ComparableTypes
Compares two data types and returns true if they are comparable
Public method Static member FieldDataTypeFromColumnDataType
Public method Static member GenerateField
Generates a field object given a data column
Public method Static member GenerateFields
Generates a fields collection for a given datatable
Public method GetObjectData
Public method GetRequiredFieldInfo
Builds string arrays of parameter information which will be used when publishing
Public method GetTelemetryMetrics
Public method GetTelemetryProperties
Public method GoogleMetaData
Generates and returns the Google Meta data
Public method GoogleMetaData(Boolean)
Generates and returns the Google Meta data
Public method Import
Imports data from the ImportFile
Public method IsInmydataAuthenticated
Public method IsValueSet
Public method Open
Opens a new query object from a saved query string
Public method OpenFromBytes
Opens a new query from a saved byte array
Public method OpenFromFile
Opens a new query object from a saved query string
Public method QueryResults
Gets the first query data set from this queries results set
Public method QueryResults(Int32)
Gets a given query data set from this queries results set
Public method RaiseDataAvailableEvent
Public method ResetGoogleAPI
Clears all saved tokens and resets the API object
Public method ResetIDs
Resets the Unique ID for this query and any descendents
Public method RunQuery
Public method Save(Stream)
Saves this query to the given stream
Public method Save(String)
Saves this query to the given file
Public method SetObjectData
Public method SetRequiredValue
Allows 3rd party applications to set the value of a paremeter and prevent it from being prompted for by the run query wizard
Public method SetSkipValue
Allows 3rd party applications to set a paremeter to be skipped and prevent it from being prompted for by the run query wizard
Public method StoreAccessTokens
Requests that the any access tokens required for this query are stored in the query for publish
Public method ToByte
Gets this query stored as a byte array
Public method ToSaveString
Gets this query stored as a string
Public method ToString
Gets a string that describes this query
(Overrides ObjectToString.)
Top
See Also