ComponentOne DataObjects for .NET
StorageDataRow Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class : StorageDataRow Property
Gets the ADO.NET DataRow object storing data of this C1DataRow.
Syntax
'Declaration
 
Public ReadOnly Property StorageDataRow As System.Data.DataRow
public System.Data.DataRow StorageDataRow {get;}
Remarks
The DataRow belongs to the table C1DataTable.StorageDataTable. This property returns a non-null value only for simple table rows. For rows belonging to C1DataTable objects representing composite tables and table views, this property returns null (Nothing in Visual Basic).
See Also

Reference

C1DataRow Class
C1DataRow Members
C1DataRow Class