AdoDotNetTableReader.UnderlyingTable Property

Definition

Gets the underlying DataTable object instance used in this class.

public:
 property System::Data::DataTable ^ UnderlyingTable { System::Data::DataTable ^ get(); };
public System.Data.DataTable UnderlyingTable { get; }
member this.UnderlyingTable : System.Data.DataTable
Public ReadOnly Property UnderlyingTable As DataTable

Property Value

The underlying DataTable object instance used in this class.

Applies to