Click or drag to resize

StiDatabase Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Dictionary.StiDatabase"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiDatabase : StiService, 
	IStiInherited, IStiPropertyGridObject, IStiJsonReportObject, IStiAppConnection, IStiAppCell

The StiDatabase type exposes the following members.

Constructors
  NameDescription
Public methodStiDatabase
Creates a new object of the type StiDatabase.
Public methodStiDatabase(String)
Creates a new object of the type StiDatabase.
Public methodStiDatabase(String, String)
Creates a new object of the type StiDatabase.
Public methodStiDatabase(String, String, String)
Creates a new object of the type StiDatabase.
Top
Properties
  NameDescription
Public propertyAlias
Gets or sets an alias of the database.
Public propertyComponentId
Public propertyConnectedEvent
Occurs when connection is activated.
Public propertyConnectingEvent
Occurs when connection is activating.
Public propertyConnectionOrder
Gets an order of the connector.
Public propertyConnectionType
Gets a connection type.
Public propertyDisconnectedEvent
Occurs when connection is deactivated.
Public propertyDisconnectingEvent
Occurs when connection is deactivating.
Public propertyInherited
Public propertyKey
Gets or sets the key of the dictionary object.
Public propertyName
Gets or sets a name of the database.
Public propertyProperties (Inherited from StiService.)
Public propertyPropName
Public propertyServiceCategory
Gets a service category.
(Overrides StiServiceServiceCategory.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Overrides StiServiceServiceName.)
Public propertyServiceType
Gets a service type.
(Overrides StiServiceServiceType.)
Top
Methods
  NameDescription
Public methodApplyDatabaseInformation(StiDatabaseInformation, StiReport)
Adds tables, views and stored procedures to report dictionary from database information.
Public methodApplyDatabaseInformation(StiDatabaseInformation, StiReport, StiDatabaseInformation)
Adds tables, views and stored procedures to report dictionary from database information.
Public methodClone (Inherited from StiService.)
Public methodCreateConnector
Returns new data connector for this database.
Public methodCreateNew
Public methodEdit
Calls the form for database edition.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDatabaseInformation
Returns full database information.
Public methodGetDatabaseInformation(StiReport)
Returns full database information.
Public methodGetEvents
Return events collection of this component.
Public methodGetEvents(IStiPropertyGrid)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeConnected
Raises the Connected event for this connection.
Public methodInvokeConnecting
Raises the Connecting event for this connection.
Public methodInvokeDisconnected
Raises the Disconnected event for this connection.
Public methodInvokeDisconnecting
Raises the Disconnecting event for this connection.
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConnected
Raises the Connected event for this component.
Protected methodOnConnecting
Raises the Connecting event for this connection.
Protected methodOnDisconnected
Raises the Disconnected event for this connection.
Protected methodOnDisconnecting
Raises the Disconnecting event for this connection.
Public methodPackService (Inherited from StiService.)
Public methodRegData
Registers the database in dictionary.
Public methodSaveToJsonObject
Public methodSynchronize
Retrieve database schema and create associated data sources in the report dictionary for this database.
Public methodToString (Overrides ObjectToString.)
Public methodToString(Boolean)
Top
Events
  NameDescription
Public eventConnected
Occurs when connection is activated.
Public eventConnecting
Occurs when connection is activating.
Public eventDisconnected
Occurs when connection is deactivated.
Public eventDisconnecting
Occurs when connection is deactivating.
Top
See Also