ComponentOne DataObjects for .NET
StorageDataTable Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataTable Class : StorageDataTable Property
Gets the ADO.NET DataTable storing data rows for a simple table.
Syntax
'Declaration
 
Public ReadOnly Property StorageDataTable As System.Data.DataTable
public System.Data.DataTable StorageDataTable {get;}
Remarks
This data table belongs to the ADO.NET data set C1DataSet.StorageDataSet.

This property returns a non-null value only for C1DataTable objects representing simple tables. For C1DataTable objects representing composite tables and table views, this property returns null (Nothing in Visual Basic).

See Also

Reference

C1DataTable Class
C1DataTable Members
C1DataObjects and ADO.NET
Working with ADO.NET Dataset