StiGraphQLSource Class

Namespace: Stimulsoft.Report.Dictionary

Inheritance

Inherits from: StiNoSqlSource

Constructors

Constructor Description
StiGraphQLSource() Creates a new object of the type StiGraphQLSource.
StiGraphQLSource(string nameInSource, string name)  
StiGraphQLSource(string nameInSource, string name, string alias)  
StiGraphQLSource(string nameInSource, string name, string alias, string sqlCommand)  

StiGraphQLSource()

Creates a new object of the type StiGraphQLSource.


StiGraphQLSource(nameInSource: string, name: string)

Parameters

  • nameInSource (string)
  • name (string)

StiGraphQLSource(nameInSource: string, name: string, alias: string)

Parameters

  • nameInSource (string)
  • name (string)
  • alias (string)

StiGraphQLSource(nameInSource: string, name: string, alias: string, sqlCommand: string)

Parameters

  • nameInSource (string)
  • name (string)
  • alias (string)
  • sqlCommand (string)

Methods

Method Returns Description
GetDataAdapterType Type  

Method Details

GetDataAdapterType

GetDataAdapterType(): Type

Returns Type