StiDataSource Methods |
The StiDataSource type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckColumnsIndexs |
Internal use only.
| |
| ClearAllStates |
Clear all earlier saved object states.
| |
| Clone |
Creates a new object that is a copy of the current instance.
| |
| Connect | ||
| Connect(Boolean) | ||
| Connect(StiDataCollection) | ||
| Connect(StiDataCollection, Boolean) |
Connect Data Source to data. It is necessary to call the parent of the method(base.Connect).
| |
| CreateNew | ||
| Disconnect | ||
| 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.
| |
| FetchColumns |
Returns an enumeration of the data columns from this dictionary.
| |
| FetchColumnValues |
Returns an array of values for the specified column in the specified position.
| |
| FetchParentRelations |
Returns an enumeration of the parent data relations for this data source.
| |
| FillColumns | ||
| 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.
| |
| GetCategoryName |
Returns the name to categories of the Data Source.
| |
| GetChildDataSource |
Returns the child Data Source by the relation name.
| |
| GetChildRelations |
Returns a collection of Child relations.
| |
| GetColumnIndex |
Returns the index of a column in the data source.
| |
| GetConnection |
Returns a connection to data for this data source.
| |
| GetData(String) |
Returns the value by the column name and the current position in the Data Source.
| |
| GetData(String, Int32) |
Returns the value by the column name and index of row in the Data Source.
| |
| GetDataAdapter | ||
| GetDataAdapterType | ||
| GetDataTable | ||
| GetDataTable(Boolean) |
Returns a DataTable with data from this datasource.
| |
| GetDataTable(DataTable) | ||
| GetDictionary |
Returns reference to the dictionary which contains this datasource.
| |
| GetEvents | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLevel |
Returns level of data in hierarchical band.
| |
| GetName | ||
| GetNameInSource | ||
| GetParentData |
Returns the parent row with data for the indicated relation.
| |
| GetParentDataSource |
Returns the parent Data Source by the relation name.
| |
| GetParentRelations |
Returns the colection of Parent relations.
| |
| GetProperties | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InvokeConnecting | ||
| InvokeDisconnecting | ||
| Last |
Sets a position on the last element.
| |
| LoadFromJsonObject | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Next |
Sets a position on the next element.
| |
| Prior |
Sets a position on the previous element.
| |
| ResetData | ||
| ResetDetailsRows | ||
| RestoreState |
Restores the earlier saved object state.
| |
| SaveState |
Saves the current state of an object.
| |
| SaveToJsonObject | ||
| SetData | ||
| SetDetails |
Set the details data for Data Source.
| |
| SetFilter |
Apply filter to data.
| |
| SetSort |
Sorts data. If data source is not able to sort data then this command is ignored.
| |
| SynchronizeColumns |
Synchronize list of columns with columns in datastore.
| |
| ToString |
Returns the text view of the Data Source.
(Overrides ObjectToString.) | |
| ToString(Boolean) |
| Name | Description | |
|---|---|---|
| ChildRelationList | (Defined by StiDataSourceExt.) | |
| GetFixedName | (Defined by StiDataSourceExt.) | |
| ParentRelationList | (Defined by StiDataSourceExt.) |