Click or drag to resize

StiSqlAdapterService Class

Describes the adapter for access to SqlConnection.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiSqlAdapterService : StiDataStoreAdapterService

The StiSqlAdapterService type exposes the following members.

Constructors
  NameDescription
Public methodStiSqlAdapterService
Initializes a new instance of the StiSqlAdapterService class
Top
Properties
  NameDescription
Public propertyIsObjectAdapter (Inherited from StiDataAdapterService.)
Public propertyProperties (Inherited from StiService.)
Public propertyServiceCategory
Gets a service category.
(Inherited from StiDataAdapterService.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Overrides StiServiceServiceName.)
Public propertyServiceType
Gets a service type.
(Inherited from StiDataAdapterService.)
Top
Methods
  NameDescription
Public methodClone (Inherited from StiService.)
Protected methodCloseConnection
Public methodConnectDataSourceToData (Overrides StiDataAdapterServiceConnectDataSourceToData(StiDictionary, StiDataSource, Boolean).)
Public methodCreate(StiDictionary) (Inherited from StiDataAdapterService.)
Public methodCreate(StiDictionary, Boolean)
Creates a new Data Source and adds it to the dictionary.
(Inherited from StiDataStoreAdapterService.)
Public methodCreateConnectionInDataStore
Public methodCreateConnector(String)
Returns new data connector for this type of the database.
Public methodCreateConnector(StiData)
Returns new data connector for this type of the database.
Public methodEdit
Calls the form for Data Source edition.
(Inherited from StiDataStoreAdapterService.)
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 methodGetColumnsFromData(StiData, StiDataSource)
Returns a collection of columns of data.
(Overrides StiDataAdapterServiceGetColumnsFromData(StiData, StiDataSource).)
Public methodGetColumnsFromData(StiData, StiDataSource, CommandBehavior)
Returns a collection of columns of data.
(Overrides StiDataAdapterServiceGetColumnsFromData(StiData, StiDataSource, CommandBehavior).)
Public methodGetDataCategoryName
Returns name of category for data.
(Overrides StiDataAdapterServiceGetDataCategoryName(StiData).)
Public methodGetDataSourceType
Returns the type of the Data Source.
(Overrides StiDataAdapterServiceGetDataSourceType.)
Public methodGetDataTypes
Returns the array of data types to which the Data Source may refer.
(Overrides StiDataAdapterServiceGetDataTypes.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMetadataProvider (Inherited from StiDataAdapterService.)
Public methodGetParametersFromData
Returns a collection of parameters of data.
(Overrides StiDataAdapterServiceGetParametersFromData(StiData, StiDataSource).)
Public methodGetSyntaxProvider (Inherited from StiDataAdapterService.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAdapterDataType
Returns true if the specified type is supported by this data adapters.
(Overrides StiDataAdapterServiceIsAdapterDataType(Type).)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNew
Calls the form for a new Data Source edition.
(Inherited from StiDataStoreAdapterService.)
Protected methodOpenConnection(IDbConnection)
Protected methodOpenConnection(IDbConnection, StiData, StiDictionary)
Public methodPackService (Inherited from StiService.)
Public methodSetDataSourceNames
Fills a name and alias of the Data Source relying on data.
(Overrides StiDataStoreAdapterServiceSetDataSourceNames(StiData, StiDataSource).)
Public methodTestConnection
Public methodToString (Inherited from StiDataAdapterService.)
Top
See Also
Inheritance Hierarchy
SystemObject
  Stimulsoft.Base.ServicesStiService
    Stimulsoft.Report.DictionaryStiDataAdapterService
      Stimulsoft.Report.DictionaryStiDataStoreAdapterService
        Stimulsoft.Report.DictionaryStiSqlAdapterService
          Stimulsoft.Report.DictionaryStiDB2AdapterService
          Stimulsoft.Report.DictionaryStiDotConnectUniversalAdapterService
          Stimulsoft.Report.DictionaryStiFirebirdAdapterService
          Stimulsoft.Report.DictionaryStiInformixAdapterService
          Stimulsoft.Report.DictionaryStiMSAccessAdapterService
          Stimulsoft.Report.DictionaryStiMySqlAdapterService
          Stimulsoft.Report.DictionaryStiODataAdapterService
          Stimulsoft.Report.DictionaryStiOdbcAdapterService
          Stimulsoft.Report.DictionaryStiOleDbAdapterService
          Stimulsoft.Report.DictionaryStiOracleAdapterService
          Stimulsoft.Report.DictionaryStiPostgreSQLAdapterService
          Stimulsoft.Report.DictionaryStiSqlCeAdapterService
          Stimulsoft.Report.DictionaryStiSQLiteAdapterService
          Stimulsoft.Report.DictionaryStiSybaseAdapterService
          Stimulsoft.Report.DictionaryStiTeradataAdapterService
          Stimulsoft.Report.DictionaryStiVistaDBAdapterService