ComponentOne DataObjects for .NET
Rows Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataTable Class : Rows Property
This run-time property returns the collection of rows belonging to this data table.
Syntax
'Declaration
 
Public ReadOnly Property Rows As C1DataRowCollection
public C1DataRowCollection Rows {get;}
See Also

Reference

C1DataTable Class
C1DataTable Members
C1DataRowCollection Class