ComponentOne DataObjects for .NET
Tables Property (DataSetEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > DataSetEventArgs Class : Tables Property
Returns the table collection of the data set. Use this property to gain access to table 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 Tables As C1DataTableCollection
public C1DataTableCollection Tables {get;}
See Also

Reference

DataSetEventArgs Class
DataSetEventArgs Members