Skip to main content
A newer version of this page is available. .

ViewDataSource Events

The data source component that retrieves a list of data records (a data view) via the IObjectSpace without loading complete business classes. Values in each data record can be obtained from specific business class properties directly, or be evaluated by the database server using complex expressions.
Name Description
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
See Also