smartDBforms.NET API Reference

Adillis.SmartDBForms.DataSource Namespace

The Adillis.SmartDBForms.DataSource namespace classes for retrieving and storing data from database.

Namespace hierarchy

Classes

Class Description
ColumnItem The item used in the DataKeyNames collection.
SmartDataSource The data source control which provides data to SmartDBView. During data retrieval along with the data it extracts meta information which is used by SmartDBControl to select the proper TemplateHolder and render it.
SmartDataSourceColumnInfoEventArgs Argument for the ColumnInfo event. Allows the event handlers to modify the caption and description information for one database column from the select query
SmartDataSourceCommandEventArgs Argument for the events that are fired just before an insert,update,delete operation.
SmartDataSourceFilteringEventArgs Argument for the Filtering event.
SmartDataSourceFKInfoEventArgs Argument for the FKInfo event. Allows the event handlers to modify the caption expression and description expression information for the foreign key relation.
SmartDataSourceParentTableInfoEventArgs Argument for the ParentTableInfo event. Allows the event handlers to modify the caption expression and description expression information for one foreign-key parent database table.
SmartDataSourceSelectingEventArgs Argument for Selecting event.
SmartDataSourceStatusEventArgs Argument for the events that are fired just after an select, insert, update, delete operation.
SmartDataSourceView The data source view implementation used by SmartDataSource

Delegates

Delegate Description
SmartDataSourceColumnInfoEventHandler Represents the method that will handle the ColumnInfo event.
SmartDataSourceCommandEventHandler Represents the method that will handle the Updating event, Inserting and Deleting events of SmartDataSource
SmartDataSourceFilteringEventHandler Represents the method that will handle the Filtering event.
SmartDataSourceFKInfoEventHandler Represents the method that will handle the FKInfo event.
SmartDataSourceParentTableInfoEventHandler Represents the method that will handle the ParentTableInfo event.
SmartDataSourceSelectingEventHandler Represents the method that will handle the Selecting event.
SmartDataSourceStatusEventHandler Represents the method that will handle the Selected event, Updated , Inserted and Deleted events of SmartDataSource