Class: DatamartStoredQuery

DatamartStoredQuery(copyData)

new DatamartStoredQuery(copyData)

Represents a stored query creation statement

Parameters:
Name Type Description
copyData DatamartStoredQuery Copy constructor (if present)
Properties:
Name Type Description
connection string Attachments
id string Gets or sets the provider identifier
name string Definition of the query
property DatamartSchemaProperty Gets or sets the property names for the schema element
select DatamartStoredQueryDefinition Definition of the query
Source:

Members

connection :string

Attachments

Type:
  • string
Source:

id :string

Gets or sets the provider identifier

Type:
  • string
Source:

name :string

Definition of the query

Type:
  • string
Source:

property :DatamartSchemaProperty

Gets or sets the property names for the schema element

Type:
Source:

select :DatamartStoredQueryDefinition

Definition of the query

Type:
Source: