ComponentOne DataObjects for .NET
DataTable Property (UnboundDataReader)

C1.Data.2 Assembly > C1.Data Namespace > UnboundDataReader Class : DataTable Property
Gets or sets the System.Data.DataTable object that contains data rows for this data reader.
Syntax
'Declaration
 
Public Property DataTable As System.Data.DataTable
public System.Data.DataTable DataTable {get; set;}
See Also

Reference

UnboundDataReader Class
UnboundDataReader Members