Skip to main content
.NET 6.0+

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