Click or drag to resize

StiDataAdapterService Class

Describes the base class that is used for relations with Data Sources of a report in the DataStore.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiDataAdapterService : StiService

The StiDataAdapterService type exposes the following members.

Constructors
  NameDescription
Protected methodStiDataAdapterService
Initializes a new instance of the StiDataAdapterService class
Top
Properties
Methods
  NameDescription
Public methodClone (Inherited from StiService.)
Public methodConnectDataSourceToData
Public methodCreate(StiDictionary)
Public methodCreate(StiDictionary, Boolean)
Creates a new Data Source and adds it to the dictionary.
Public methodEdit
Calls the form for data source 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 methodGetColumnsFromData(StiData, StiDataSource)
Returns a collection of columns of data.
Public methodGetColumnsFromData(StiData, StiDataSource, CommandBehavior)
Returns a collection of columns of data.
Public methodStatic memberGetDataAdapter(StiData)
Returns adapter for Data in DataStore.
Public methodStatic memberGetDataAdapter(StiDataSource)
Returns adapter for Data Source.
Public methodStatic memberGetDataAdapterCategories
Returns name of category for DataAdapter.
Public methodGetDataCategoryName
Returns name of category for data.
Public methodGetDataSourceType
Returns the type of the data source.
Public methodGetDataTypes
Returns the array of data types to which the Data Source may refer.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMetadataProvider
Public methodGetParametersFromData
Returns a collection of parameters of data.
Public methodGetSyntaxProvider
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.
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.
Public methodPackService (Inherited from StiService.)
Public methodSetDataSourceNames
Fills a name and alias of the data source relying on data.
Public methodToString (Overrides ObjectToString.)
Top
See Also