StiOracleODPDatabase Class

Namespace: Stimulsoft.Report.Dictionary

Inheritance

Inherits from: StiOracleDatabase

Constructors

Constructor Description
StiOracleODPDatabase() Creates a new object of the type StiOracleDatabase.
StiOracleODPDatabase(string name, string connectionString) Creates a new object of the type StiOracleDatabase.
StiOracleODPDatabase(string name, string alias, string connectionString) Creates a new object of the type StiOracleDatabase.
StiOracleODPDatabase(string name, string alias, string connectionString, bool promptUserNameAndpassword) Creates a new object of the type StiOracleDatabase.
StiOracleODPDatabase(string name, string alias, string connectionString, bool promptUserNameAndpassword, string key) Creates a new object of the type StiOracleDatabase.

StiOracleODPDatabase()

Creates a new object of the type StiOracleDatabase.


StiOracleODPDatabase(name: string, connectionString: string)

Creates a new object of the type StiOracleDatabase.

Parameters

  • name (string)
  • connectionString (string)

StiOracleODPDatabase(name: string, alias: string, connectionString: string)

Creates a new object of the type StiOracleDatabase.

Parameters

  • name (string)
  • alias (string)
  • connectionString (string)

StiOracleODPDatabase(name: string, alias: string, connectionString: string, promptUserNameAndpassword: bool)

Creates a new object of the type StiOracleDatabase.

Parameters

  • name (string)
  • alias (string)
  • connectionString (string)
  • promptUserNameAndpassword (bool)

StiOracleODPDatabase(name: string, alias: string, connectionString: string, promptUserNameAndpassword: bool, key: string)

Creates a new object of the type StiOracleDatabase.

Parameters

  • name (string)
  • alias (string)
  • connectionString (string)
  • promptUserNameAndpassword (bool)
  • key (string)