StiOleDbSource Class |
Namespace: Stimulsoft.Report.Dictionary
The StiOleDbSource type exposes the following members.
| Name | Description | |
|---|---|---|
| StiOleDbSource |
Creates a new object of the type StiDataViewSource.
| |
| StiOleDbSource(String, String) |
Creates a new object of the type StiOleDbSource.
| |
| StiOleDbSource(String, String, String) |
Creates a new object of the type StiOleDbSource.
| |
| StiOleDbSource(String, String, String, String) |
Creates a new object of the type StiOleDbSource.
| |
| StiOleDbSource(String, String, String, String, Boolean) | Initializes a new instance of the StiOleDbSource class | |
| StiOleDbSource(String, String, String, String, Boolean, Boolean) | Initializes a new instance of the StiOleDbSource class | |
| StiOleDbSource(String, String, String, String, Boolean, Boolean, Int32) | Initializes a new instance of the StiOleDbSource class | |
| StiOleDbSource(String, String, String, String, Boolean, Boolean, Int32, String) | Initializes a new instance of the StiOleDbSource class |
| Name | Description | |
|---|---|---|
| Alias |
Gets or sets of the Data Source alias.
(Inherited from StiDataSource.) | |
| AllowExpressions |
Gets or sets value which indicates that sql query of the datasource can contain script expressions or no.
(Inherited from StiSqlSource.) | |
| ColumnIndexes | (Inherited from StiDataSource.) | |
| Columns |
Gets or sets the column collection.
(Inherited from StiDataSource.) | |
| CommandTimeout |
Gets or sets a number of seconds to wait while attempting to execute a command, before canceling the attempt and generate an error. Default is 30.
(Inherited from StiSqlSource.) | |
| ComponentId | (Overrides StiSqlSourceComponentId.) | |
| ConnectionOrder |
Gets or sets value which indicates in which order that datasource will be connect to the data.
(Inherited from StiDataSource.) | |
| ConnectOnStart |
Gets or sets value which indicates that datasource not connect to the data automatically.
(Inherited from StiSqlSource.) | |
| Count |
Gets count of elements.
(Inherited from StiDataSource.) | |
| DataAdapter | (Inherited from StiSqlSource.) | |
| DataAdapterType | (Inherited from StiDataSource.) | |
| DataTable |
Gets DataTable.
(Inherited from StiDataSource.) | |
| DetailRows | (Inherited from StiDataSource.) | |
| Dictionary |
Gets or sets the dictionary in which this Data Source is located.
(Inherited from StiDataSource.) | |
| Inherited | (Inherited from StiDataSource.) | |
| IsBof |
Gets value indicates that this position specifies to the beginning of data.
(Inherited from StiDataSource.) | |
| IsCloud |
Gets or sets value which indicates that this data source is created dynamically by the Stimulsoft Reports.Server.
(Inherited from StiDataSource.) | |
| IsConnected |
Gets value indicates which Data Source is connected with data.
(Inherited from StiDataSource.) | |
| IsEmpty |
Gets value indicates that no data.
(Inherited from StiDataSource.) | |
| IsEof |
Gets value indicates that this position specifies to the data end.
(Inherited from StiDataSource.) | |
| Item |
Indexer to work with the current row of data.
Returns the value by the column name and the current position in the Data Source.
Indexer calls the method GetData.
ColumnName - name of column.
(Inherited from StiDataSource.) | |
| Key |
Gets or sets the key of the dictionary object.
(Inherited from StiDataSource.) | |
| Name |
Gets or sets of the Data Source name.
(Inherited from StiDataSource.) | |
| NameInSource |
Gets or sets the name of Data Source in source of data.
(Inherited from StiDataStoreSource.) | |
| Parameters |
Gets or sets the parameter collection of the SQL query.
(Inherited from StiSqlSource.) | |
| Position |
Gets the current position.
(Inherited from StiDataSource.) | |
| PropName | (Inherited from StiDataSource.) | |
| RealCount | (Inherited from StiDataSource.) | |
| ReconnectOnEachRow |
Gets or sets value which indicates that datasource reconnect on each master row in master-detail reports.
(Inherited from StiSqlSource.) | |
| Rows |
Gets or sets rows collection.
(Inherited from StiDataSource.) | |
| RowToLevel | (Inherited from StiDataSource.) | |
| SqlCommand |
Gets or sets a SQL statement to execute at the Data Source.
(Inherited from StiSqlSource.) | |
| States |
Gets the component states manager.
(Inherited from StiDataSource.) | |
| Type |
Gets or sets value which indicates type of sql datasource.
(Inherited from StiSqlSource.) |
| Name | Description | |
|---|---|---|
| AddParameter | (Inherited from StiSqlSource.) | |
| CheckColumnsIndexs |
Internal use only.
(Inherited from StiDataSource.) | |
| ClearAllStates |
Clear all earlier saved object states.
(Inherited from StiDataSource.) | |
| Clone |
Creates a new object that is a copy of the current instance.
(Inherited from StiDataSource.) | |
| Connect | (Inherited from StiDataSource.) | |
| Connect(Boolean) | (Inherited from StiDataSource.) | |
| Connect(StiDataCollection) | (Inherited from StiDataSource.) | |
| Connect(StiDataCollection, Boolean) |
Connect Data Source to data. It is necessary to call the parent of the method(base.Connect).
(Inherited from StiDataSource.) | |
| ConvertDbTypeToType |
Internal use only.
(Inherited from StiSqlSource.) | |
| ConvertDbTypeToTypeInternal | (Inherited from StiSqlSource.) | |
| CreateConnector |
Returns new data connector for this datasource.
(Overrides StiSqlSourceCreateConnector(String).) | |
| CreateNew | (Overrides StiSqlSourceCreateNew.) | |
| Disconnect | (Inherited from StiSqlSource.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FetchChildRelations |
Returns an enumeration of the child data relations for this data source.
(Inherited from StiDataSource.) | |
| FetchColumns |
Returns an enumeration of the data columns from this dictionary.
(Inherited from StiDataSource.) | |
| FetchColumnValues |
Returns an array of values for the specified column in the specified position.
(Inherited from StiDataSource.) | |
| FetchParentRelations |
Returns an enumeration of the parent data relations for this data source.
(Inherited from StiDataSource.) | |
| FillColumns | (Inherited from StiDataSource.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| First |
Sets a position at the beginning.
(Inherited from StiDataSource.) | |
| GetCategoryName | (Inherited from StiDataTableSource.) | |
| GetChildDataSource |
Returns the child Data Source by the relation name.
(Inherited from StiDataSource.) | |
| GetChildRelations |
Returns a collection of Child relations.
(Inherited from StiDataSource.) | |
| GetColumnIndex |
Returns the index of a column in the data source.
(Inherited from StiDataSource.) | |
| GetConnection |
Returns a connection to data for this data source.
(Inherited from StiDataSource.) | |
| GetData(String) |
Returns the value by the column name and the current position in the Data Source.
(Inherited from StiDataSource.) | |
| GetData(String, Int32) |
Returns the value by the column name and index of row in the Data Source.
(Inherited from StiDataSource.) | |
| GetDataAdapter | (Inherited from StiDataSource.) | |
| GetDataAdapterType | (Overrides StiSqlSourceGetDataAdapterType.) | |
| GetDataTable | (Inherited from StiDataSource.) | |
| GetDataTable(Boolean) |
Returns a DataTable with data from this datasource.
(Inherited from StiDataSource.) | |
| GetDataTable(DataTable) | (Inherited from StiDataSource.) | |
| GetDictionary |
Returns reference to the dictionary which contains this datasource.
(Inherited from StiDataSource.) | |
| GetEvents | (Inherited from StiDataSource.) | |
| GetFinalSqlCommand | (Inherited from StiSqlSource.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLevel |
Returns level of data in hierarchical band.
(Inherited from StiDataSource.) | |
| GetName | (Inherited from StiDataSource.) | |
| GetNameInSource | (Inherited from StiDataSource.) | |
| GetParameterTypesEnum | (Inherited from StiSqlSource.) | |
| GetParentData |
Returns the parent row with data for the indicated relation.
(Inherited from StiDataSource.) | |
| GetParentDataSource |
Returns the parent Data Source by the relation name.
(Inherited from StiDataSource.) | |
| GetParentRelations |
Returns the colection of Parent relations.
(Inherited from StiDataSource.) | |
| GetProperties | (Inherited from StiSqlSource.) | |
| GetSqlFilterQuery | (Inherited from StiSqlSource.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InvokeConnecting | (Inherited from StiDataSource.) | |
| InvokeDisconnecting | (Inherited from StiDataSource.) | |
| Last |
Sets a position on the last element.
(Inherited from StiDataSource.) | |
| LoadFromJsonObject | (Inherited from StiSqlSource.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Next |
Sets a position on the next element.
(Inherited from StiDataSource.) | |
| Prior |
Sets a position on the previous element.
(Inherited from StiDataSource.) | |
| ResetData | (Inherited from StiDataSource.) | |
| ResetDetailsRows | (Inherited from StiDataSource.) | |
| RestoreState |
Restores the earlier saved object state.
(Inherited from StiDataSource.) | |
| RetrieveData | (Inherited from StiSqlSource.) | |
| SaveState |
Saves the current state of an object.
(Inherited from StiDataSource.) | |
| SaveToJsonObject | (Inherited from StiSqlSource.) | |
| SetData | (Inherited from StiDataSource.) | |
| SetDetails |
Set the details data for Data Source.
(Inherited from StiDataSource.) | |
| SetFilter |
Apply filter to data.
(Inherited from StiDataSource.) | |
| SetSort |
Sorts data. If data source is not able to sort data then this command is ignored.
(Inherited from StiDataSource.) | |
| SynchronizeColumns |
Synchronize list of columns with columns in datastore.
(Inherited from StiDataSource.) | |
| ToString |
Returns the text view of the Data Source.
(Inherited from StiDataSource.) | |
| ToString(Boolean) | (Inherited from StiDataSource.) | |
| UpdateParameters | (Inherited from StiSqlSource.) |
| Name | Description | |
|---|---|---|
| Connecting | (Inherited from StiDataSource.) | |
| Disconnecting | (Inherited from StiDataSource.) |
| Name | Description | |
|---|---|---|
| isBofValue | (Inherited from StiDataSource.) | |
| isEofValue | (Inherited from StiDataSource.) | |
| positionValue | (Inherited from StiDataSource.) |
| Name | Description | |
|---|---|---|
| ChildRelationList | (Defined by StiDataSourceExt.) | |
| GetFixedName | (Defined by StiDataSourceExt.) | |
| ParentRelationList | (Defined by StiDataSourceExt.) |