ComponentOne DataObjects for .NET
TableViews Property (DataSetEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > DataSetEventArgs Class : TableViews Property
Returns the table view collection of the data set. Use this property to gain access to table view data in 3-tier configuration, where the DataSet argument is not set because it resides on the client and the event is fired on the server.
Syntax
'Declaration
 
Public ReadOnly Property TableViews As C1DataTableCollection
public C1DataTableCollection TableViews {get;}
See Also

Reference

DataSetEventArgs Class
DataSetEventArgs Members